summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rust/README.md3
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.