Skip to content

Files

Latest commit

03c4f39 · Aug 6, 2023

History

History

C++

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 6, 2023
Aug 6, 2023
Aug 6, 2023
Aug 6, 2023
Aug 6, 2023

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