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

Commit 9f65baf

Browse files
committed
README.md: Update for missing mention of rust-hello-world
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 741a85a commit 9f65baf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It also has some demo WebAssembly modules written in C and Rust.
2525
**examples/c** contains some demo WebAssembly modules that show both the raw
2626
interface to Unit (\*-raw.c) and also the use of libunit-wasm (luw-\*.c).
2727

28-
**examples/rust** contains rust versions of the above C demo modules.
28+
**examples/rust** contains rust versions of the above C demo modules and more.
2929

3030
**examples/docker** contains docker files for building Unit with WebAssembly
3131
support and the C examples.
@@ -235,6 +235,7 @@ The C and Rust example Wasm modules will be located at
235235
examples/c/luw-echo-request.wasm
236236
examples/c/luw-upload-reflector.wasm
237237
examples/rust/echo-request/target/wasm32-wasi/debug/rust_echo_request.wasm
238+
examples/rust/hello-world/target/wasm32-wasi/debug/rust_hello_world.wasm
238239
examples/rust/upload-reflector/target/wasm32-wasi/debug/rust_upload_reflector.wasm
239240
```
240241

0 commit comments

Comments
 (0)