Skip to content

Commit

Permalink
docs(changelog) prerelease-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 30, 2023
1 parent d700968 commit abd6a40
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit abd6a40

Please sign in to comment.