Since some of our WebAssembly bytecode are written in Rust, you will need a Rust compiler. Make sure that you install the wasm32-wasi compiler target as follows, in order to generate WebAssembly bytecode.
rustup target add wasm32-wasi
Since some of our WebAssembly bytecode are written in Rust for Wasmer (wasix standard), you will need a wasix compiler.
cargo install cargo-wasix
make build
make run-rust
# then, open a new terminal and run
make siege
Do the same with run-rust-old
, make run-go
, make make run-go-old
, make run-rust-wasmer
, make run-rust-wasmedge
and make run-rust-wash
.
After the last one, don't forget to run wash down
to stop the wasmcloud host.