bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Add nodejs embedding example #661

Closed asprouse closed 1 month ago

asprouse commented 1 month ago

Description of the change

Adds an example of embedding a Javy-compiled WASM module in a Node.js host application. Based on work https://github.com/asprouse/javy-nodejs-example

Why am I making this change?

There is not an existing example.

Checklist