You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,9 +32,9 @@ With **1.32.0** we have released the possibility to access all Unit variables fo
26
32
As reported in GitHub issue `#1169 <https://github.com/nginx/unit/issues/1169>`__ the variables are cached and will hold the wrong value, which is definitely not the way this feature should work. With 1.32.1 we have fixed this issue.
27
33
28
34
29
-
**************
35
+
==============
30
36
Full Changelog
31
-
**************
37
+
==============
32
38
33
39
.. code-block:: none
34
40
@@ -39,7 +45,7 @@ Full Changelog
39
45
40
46
*) Bugfix: Wasm application process hangs after receiving restart signal
While the **wasmtime-cli** interface is good for testing Wasm components locally, there are more requirements for production workloads.
208
+
While the **wasmtime-cli** interface is good for testing Wasm components locally, there are more requirements for production workloads.
208
209
209
210
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.
210
211
@@ -226,7 +227,7 @@ Create a **config.json** file:
0 commit comments