summaryrefslogtreecommitdiff
path: root/examples/rust/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rust/README.md')
-rw-r--r--examples/rust/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rust/README.md b/examples/rust/README.md
index 1b6be2f..c24054c 100644
--- a/examples/rust/README.md
+++ b/examples/rust/README.md
@@ -2,3 +2,5 @@
This is a seperate crate that generates WebAssembly from Rust code.
It is used by the `wasm-rust` example.
+
+Requires the `wasm32-unknown-unknown` target to be installed.