From 741a85ab66ec9c4438951bd1a0dc837ac4f30516 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 30 Aug 2023 11:32:26 +0100 Subject: README.md: Add a link to API-Rust.md Signed-off-by: Andrew Clayton --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit