From a6bc364838d06dda56252c65f9d30c29effac992 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 25 Aug 2023 02:42:41 +0100 Subject: README, conf: Use correct Rust echo-request name Signed-off-by: Andrew Clayton --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0bb6814..fd5af73 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Create the following Unit config "uri": "/rust-echo*" }, "action": { - "pass": "applications/rust-echo-test" + "pass": "applications/rust-echo-request" } }, { @@ -301,9 +301,9 @@ Create the following Unit config "request_end_handler": "luw_request_end_handler", "response_end_handler": "luw_response_end_handler" }, - "rust-echo-test": { + "rust-echo-request": { "type": "wasm", - "module": "/path/to/unit-wasm/examples/rust/echo-request/target/wasm32-wasi/debug/rust_echo_test.wasm", + "module": "/path/to/unit-wasm/examples/rust/echo-request/target/wasm32-wasi/debug/rust_echo_request.wasm", "request_handler": "luw_request_handler", "malloc_handler": "luw_malloc_handler", "free_handler": "luw_free_handler", -- cgit