summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:03:21 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:03:21 +0200
commitb0ce7fb5fe1eda408ef40340ac86118f338ececd (patch)
tree2a9f357d2d3adaab05ac8898c286f1b539aa10c9 /CONTRIBUTING.md
parentfee68d05ba85be2a358c48697bdeba2bc360b9c6 (diff)
ci: fix github action
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
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}
```