Skip to content

Commit abd6a40

Browse files
committed
docs(changelog) prerelease-0.1.0
1 parent d700968 commit abd6a40

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## [0.1.0]
66

7-
> Unreleased - DRAFT
7+
> 2023/07/29 - Prerelease
88
9-
This initial release proposes a programmable Nginx module for executing Wasm
9+
This initial prerelease proposes a programmable Nginx module for executing Wasm
1010
bytecode in Nginx and/or OpenResty: ngx_wasm_module.
1111

1212
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
6262
v8bridge | A bridge library exposing C++ V8 features to ngx_wasm_module's C.
6363
lua-resty-wasmx | A LuaJIT FFI binding exposing some of ngx_wasm_module's features via Lua.
6464

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+
6571
[Back to TOC](#table-of-contents)
6672

6773
[0.1.0]: https://github.com/Kong/ngx_wasm_module/releases/tag/prerelease-0.1.0

0 commit comments

Comments
 (0)