Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 741a85a

Browse files
committed
README.md: Add a link to API-Rust.md
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent d62b8e9 commit 741a85a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,13 @@ and curl command
173173
$ curl http://localhost:8888/
174174
```
175175

176-
7) Enjoy!
176+
7) Start writing your own Wasm modules in Rust!
177+
178+
To help you get started, you can check out the Rust examples under
179+
[examples/rust](https://github.com/nginx/unit-wasm/tree/main/examples/rust)
180+
and also the
181+
[API-Rust.md](https://github.com/nginx/unit-wasm/blob/main/API-Rust.md)
182+
for an overview of the API.
177183

178184
## Working With the Repository
179185

0 commit comments

Comments
 (0)