Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 346 Bytes

WASI node

Provide a Node.js C/C++ addon supporting WASI interface.

Build

  • npm install
    • Install deps and using node-gyp to build our addon module. (build/Release/wasi_node.node)

Run a WebAssembly binary

node --experimental-wasm-bigint scripts/start.js <wasm_file>

Documents