Skip to content

Commit b6cc2d2

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

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
@@ -206,7 +206,7 @@ NGINX Unit for production grade Wasm workloads
206206

207207
While the **wasmtime-cli** interface is good for testing Wasm components locally, there are more requirements for production workloads.
208208

209-
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 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.
209+
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

211211
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

0 commit comments

Comments
 (0)