c6171db924 | ||
---|---|---|
src | ||
wasm_guest | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
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.