- Build with Tokio unstable flag:
RUSTFLAGS="--cfg tokio_unstable" cargo build
- Get Enarx
- Run:
CARGO_TARGET_WASM32_WASI_RUNNER="enarx run --wasmcfgfile Enarx.toml" cargo run --target=wasm32-wasi
- Get Wasmtime
- Run:
CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime run --tcplisten 127.0.0.1:8080 --env FD_COUNT=3" cargo run --target=wasm32-wasi