Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 301 Bytes

File metadata and controls

13 lines (7 loc) · 301 Bytes

NodeJS + WASM module demo

Spent an evening to launch the demo and debug exactly the WASM module source code.

Purpose of the demo

  • how to instantiate and launch WASM module in NodeJS

  • how to import JS functions to WASM and call them

  • how to build debug/release

  • how to debug WASM module