node-wasm
Bare minimum util to import and use wasm in node 👏
This is still work in progress.
Installation
yarn add node-wasm
Quickstart
; { const rust_function = await ; const result = ; console;} ;
Example
Check the node example for a simple demo.
The corresponding rust example is also available for you to play with.