From abd6a40790e019495de0f1532a8f2312bbdbc820 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Sat, 29 Jul 2023 15:05:57 -0700 Subject: [PATCH] docs(changelog) prerelease-0.1.0 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e972cb7d..ead373983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ## [0.1.0] -> Unreleased - DRAFT +> 2023/07/29 - Prerelease -This initial release proposes a programmable Nginx module for executing Wasm +This initial prerelease proposes a programmable Nginx module for executing Wasm bytecode in Nginx and/or OpenResty: ngx_wasm_module. 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 v8bridge | A bridge library exposing C++ V8 features to ngx_wasm_module's C. lua-resty-wasmx | A LuaJIT FFI binding exposing some of ngx_wasm_module's features via Lua. +### Known Issues + +- MacOS platforms (x86 and ARM64) linking ngx_wasm_module to Wasmtime: using + [daemon on](https://nginx.org/en/docs/ngx_core_module.html#daemon) results in + a known crash of the Nginx master process. + [Back to TOC](#table-of-contents) [0.1.0]: https://github.com/Kong/ngx_wasm_module/releases/tag/prerelease-0.1.0