summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-30 14:12:38 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-30 14:12:38 +0100
commit9f65baff8a0bd7bfe450278006318717c7e7cecd (patch)
treec352ecd56b456216d1f64b95ec5373613f991d50 /README.md
parent741a85ab66ec9c4438951bd1a0dc837ac4f30516 (diff)
downloadunit-wasm-9f65baff8a0bd7bfe450278006318717c7e7cecd.tar.gz
unit-wasm-9f65baff8a0bd7bfe450278006318717c7e7cecd.tar.bz2
README.md: Update for missing mention of rust-hello-world
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d405b5..fbf2d9b 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ It also has some demo WebAssembly modules written in C and Rust.
**examples/c** contains some demo WebAssembly modules that show both the raw
interface to Unit (\*-raw.c) and also the use of libunit-wasm (luw-\*.c).
-**examples/rust** contains rust versions of the above C demo modules.
+**examples/rust** contains rust versions of the above C demo modules and more.
**examples/docker** contains docker files for building Unit with WebAssembly
support and the C examples.
@@ -235,6 +235,7 @@ The C and Rust example Wasm modules will be located at
examples/c/luw-echo-request.wasm
examples/c/luw-upload-reflector.wasm
examples/rust/echo-request/target/wasm32-wasi/debug/rust_echo_request.wasm
+examples/rust/hello-world/target/wasm32-wasi/debug/rust_hello_world.wasm
examples/rust/upload-reflector/target/wasm32-wasi/debug/rust_upload_reflector.wasm
```