wasm_test/README.md

231 B

Example code for passing strings into wasm functions with wasmtime.

cargo install wasm-pack

cd wasm_guest
wasm-pack build
cd ..
cargo run

This repo is Apache-2.0 to match the wasmtime license, unlike my other repos.