Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 737 Bytes

wasmi-demo

This is a proof of concept of a Unikernel to run WebAssembly code. It is derived from the blog post SUSE Hackweek 2023.

The demo application

The demo calls a WebAssembly function to calculate a fibonacci number. The source code of the wasm module is published in the directory examples\fib.

Requirements

Usage

Build the unikernel

The unikernel can be built using the following Makefile target:

make build

Run the application

make run

Note: this demo has been tested only on a Linux host.