diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-26 17:55:48 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-26 17:55:48 +0200 |
| commit | 27004a8738c7a3c32ac4fb6966f32647b4c96db7 (patch) | |
| tree | bc3d663d1dc246df20ed30b1ecd0c19935c0f8bb /examples/rust | |
| parent | 40bd20bb77b611f7974036c9f2b152a16a46c32a (diff) | |
docs: rework documentation, prepare pre-release
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust')
| -rw-r--r-- | examples/rust/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rust/README.md b/examples/rust/README.md index 6742ca4..8d3178a 100644 --- a/examples/rust/README.md +++ b/examples/rust/README.md @@ -4,3 +4,6 @@ This is a separate crate that generates WebAssembly from Rust code. It is used by the `wasm-rust` example. Requires the `wasm32-unknown-unknown` target to be installed. + +To build the example artifacts used by `cargo run --example wasm-rust -- <name>`, run `./examples/rust/build.sh`. +That script also requires `binaryen` and `wabt` to be installed. |
