File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ 0.1.0]
6
6
7
- > Unreleased - DRAFT
7
+ > 2023/07/29 - Prerelease
8
8
9
- This initial release proposes a programmable Nginx module for executing Wasm
9
+ This initial prerelease proposes a programmable Nginx module for executing Wasm
10
10
bytecode in Nginx and/or OpenResty: ngx_wasm_module.
11
11
12
12
The module must be linked to one of three supported WebAssembly runtimes:
@@ -62,6 +62,12 @@ ngx-wasm-rs | A Rust library used when linking to Wasmer or V8. Ensures feat
62
62
v8bridge | A bridge library exposing C++ V8 features to ngx_wasm_module's C.
63
63
lua-resty-wasmx | A LuaJIT FFI binding exposing some of ngx_wasm_module's features via Lua.
64
64
65
+ ### Known Issues
66
+
67
+ - MacOS platforms (x86 and ARM64) linking ngx_wasm_module to Wasmtime: using
68
+ [ daemon on] ( https://nginx.org/en/docs/ngx_core_module.html#daemon ) results in
69
+ a known crash of the Nginx master process.
70
+
65
71
[ Back to TOC] ( #table-of-contents )
66
72
67
73
[ 0.1.0 ] : https://github.com/Kong/ngx_wasm_module/releases/tag/prerelease-0.1.0
You can’t perform that action at this time.
0 commit comments