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 calls a WebAssembly function to calculate a fibonacci number.
The source code of the wasm module is published in the directory examples\fib
.
The unikernel can be built using the following Makefile target:
make build
make run
Note: this demo has been tested only on a Linux host.