Ardaku

Ardaku is a general-purpose unikernel operating system running Wasmer to execute WebAssembly applications.

Getting Started

To boot up Ardaku, you will need a startup application. The file example.wat is provided in the root folder. To compile it, you will need to install wabt. Once you do, run:

bash wat2wasm example.wat

This will create an example.wasm file. You can now run it locally with:

bash cargo run --release example.wasm

Ideas