Skip to content

Latest commit

 

History

History

C++

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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