diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:12:38 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:12:38 +0100 |
commit | 9f65baff8a0bd7bfe450278006318717c7e7cecd (patch) | |
tree | c352ecd56b456216d1f64b95ec5373613f991d50 | |
parent | 741a85ab66ec9c4438951bd1a0dc837ac4f30516 (diff) | |
download | unit-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>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |