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.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/rust/README.md b/examples/rust/README.md
index 8ecac52..1b6be2f 100644
--- a/examples/rust/README.md
+++ b/examples/rust/README.md
@@ -1 +1,4 @@
-# Examples using Rust compiled to WebAssembly
+# WebAssembly Rust Examples
+
+This is a seperate crate that generates WebAssembly from Rust code.
+It is used by the `wasm-rust` example.