diff --git a/site/content/community/users.md b/site/content/community/users.md index 79c61817..c84e59e2 100644 --- a/site/content/community/users.md +++ b/site/content/community/users.md @@ -23,10 +23,11 @@ considering their efforts before starting your own! ### General purpose plugins -| Name | Description | -|:---------------|-------------------------------------------------------------------------------| -| [go-plugin][2] | implements [Protocol Buffers][8] services with WebAssembly vi code generation | -| [waPC][5] | implements [Apex][6] interfaces with WebAssembly via code generation | +| Name | Description | +|:-------------------------------|-------------------------------------------------------------------------------| +| [go-plugin][2] | implements [Protocol Buffers][8] services with WebAssembly vi code generation | +| [waPC][5] | implements [Apex][6] interfaces with WebAssembly via code generation | +| [wazero-emscripten-embind][36] | Emscripten [Embind][37] and code generation support for Wazero | ### Middleware @@ -137,3 +138,7 @@ experience. [34]: https://runreveal.com/ [35]: https://impart.security/ + +[36]: https://github.com/jerbob92/wazero-emscripten-embind + +[37]: https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html