Skip to content

Commit dad84b8

Browse files
authored
Update source/news/2024/wasm-component-model-part-2.rst
1 parent b6cc2d2 commit dad84b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/news/2024/wasm-component-model-part-2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ While the **wasmtime-cli** interface is good for testing Wasm components locall
208208

209209
With NGINX Units Wasm runtime, you will be able to run your Wasm workloads next to other host applications on a single host and make use of all the other powerful Unit features. Given Units design and as we have decoupled the listeners from the application runtime, you can make full use of the Unit Router to make routing decisions before sharing a request with your Wasm Component or add HTTPS to your stack.
210210

211-
To run the component on NGINX Unit, start Unit and send the initial configuration, make sure you point to the Wasm component by using an absolute path.
211+
To run the component on NGINX Unit, start Unit, and send the initial configuration, make sure you point to the Wasm component by using an absolute path.
212212

213213
Create a **config.json** file:
214214

0 commit comments

Comments
 (0)