/hello

Hello World in wasm

Primary LanguageRust

hello-world

Hello World in wasm

running

wasmer run hello-world

# or run your local version
# cargo wasix build --release
wasmer run .

Building

# install wasmer
curl https://get.wasmer.io -sSfL | sh

# install cargo-wasix
cargo install cargo-wasix

# build the release version
cargo wasix build --release

# run it with wasmer
wasmer run .