Add wazero-emscripten-embind to users page (#1790)

Signed-off-by: Jeroen Bobbeldijk <jeroen@klippa.com>
This commit is contained in:
jerbob92
2023-10-16 17:17:48 +02:00
committed by GitHub
parent 48327d90ba
commit 86790913d8

View File

@@ -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