summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6194d2..4d405b5 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,13 @@ and curl command
$ curl http://localhost:8888/
```
-7) Enjoy!
+7) Start writing your own Wasm modules in Rust!
+
+To help you get started, you can check out the Rust examples under
+[examples/rust](https://github.com/nginx/unit-wasm/tree/main/examples/rust)
+and also the
+[API-Rust.md](https://github.com/nginx/unit-wasm/blob/main/API-Rust.md)
+for an overview of the API.
## Working With the Repository