summaryrefslogtreecommitdiffhomepage
path: root/unit-wasm-conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'unit-wasm-conf.json')
-rw-r--r--unit-wasm-conf.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/unit-wasm-conf.json b/unit-wasm-conf.json
index 3cb7267..0f5c3d3 100644
--- a/unit-wasm-conf.json
+++ b/unit-wasm-conf.json
@@ -68,20 +68,20 @@
"rust-echo-request": {
"type": "wasm",
"module": "/path/to/unit-wasm/examples/rust/echo-request/target/wasm32-wasi/debug/rust_echo_request.wasm",
- "request_handler": "luw_request_handler",
+ "request_handler": "uwr_request_handler",
"malloc_handler": "luw_malloc_handler",
"free_handler": "luw_free_handler",
- "module_init_handler": "luw_module_init_handler",
- "module_end_handler": "luw_module_end_handler"
+ "module_init_handler": "uwr_module_init_handler",
+ "module_end_handler": "uwr_module_end_handler"
},
"rust-upload-reflector": {
"type": "wasm",
"module": "/path/to/unit-wasm/examples/rust/upload-reflector/rust_upload_reflector.wasm",
- "request_handler": "luw_request_handler",
+ "request_handler": "uwr_request_handler",
"malloc_handler": "luw_malloc_handler",
"free_handler": "luw_free_handler",
- "request_end_handler": "luw_request_end_handler",
- "response_end_handler": "luw_response_end_handler"
+ "request_end_handler": "uwr_request_end_handler",
+ "response_end_handler": "uwr_response_end_handler"
}
}
}