diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0eb744..2302bef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,8 @@ $ cargo test-wast {path} # Run a specific example (run without arguments to see available examples) # The wasm test files required to run the `wasm-rust` examples are not # included in the main repository. -# To build these, you will need to run `./examples/rust/build.sh`. +# To build these, you will need to install binaryen and wabt +# and run `./examples/rust/build.sh`. $ cargo run --example {example_name} ``` |
