Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 211 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 211 Bytes

C++ addon with n-api for Node.js

  • Install node-gyp
npm install -g node-gyp
  • Compile to wasm
node-gyp configure
node-gyp build
  • Run CJS and ESM examples
node 1-cjs.js
node 2-esm.mjs