We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
87cd55f
wasi
rustup toolchain link wasi $PWD/wasi
rustc +wasi -vV
make
hello.rs
rustc +wasi hello.rs --target wasm32-unknown-wasi -C linker=/path/to/wasmception-wasi/dist/bin/clang
cargo run --bin wasmtime /path/to/hello.wasm