Rust bindings for Lunatic's stdlib
This library contains higher level wrappers for low level Lunatic syscalls.
Currently it requires nightly.
Example
Create 100k processes and calculate the power of numbers then send the results back to the original process.
use ;
Compile your app with:
cargo build --release --target=wasm32-wasi
and run it with
lunatic target/wasm32-wasi/release/<name>.wasm