diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 11:32:26 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 13:58:12 +0100 |
commit | 741a85ab66ec9c4438951bd1a0dc837ac4f30516 (patch) | |
tree | 44812eb005955d04b6022f795e8baa3066a8b699 | |
parent | d62b8e93fdaf62a36c36437f987485f7be36e52f (diff) | |
download | unit-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>
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |