Go to file
_ c6171db924 initial commit 2022-09-21 01:12:16 +00:00
src initial commit 2022-09-21 01:12:16 +00:00
wasm_guest initial commit 2022-09-21 01:12:16 +00:00
.gitignore initial commit 2022-09-21 01:12:16 +00:00
Cargo.lock initial commit 2022-09-21 01:12:16 +00:00
Cargo.toml initial commit 2022-09-21 01:12:16 +00:00
README.md initial commit 2022-09-21 01:12:16 +00:00

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.