summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-30 11:32:26 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-30 13:58:12 +0100
commit741a85ab66ec9c4438951bd1a0dc837ac4f30516 (patch)
tree44812eb005955d04b6022f795e8baa3066a8b699
parentd62b8e93fdaf62a36c36437f987485f7be36e52f (diff)
downloadunit-wasm-741a85ab66ec9c4438951bd1a0dc837ac4f30516.tar.gz
unit-wasm-741a85ab66ec9c4438951bd1a0dc837ac4f30516.tar.bz2
README.md: Add a link to API-Rust.md
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
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