(N-API) implement for emscripten.
npm install --save-dev
npm run gulp -- build # output in lib/library_napi.js
to compile native code to asm.js
or wasm
, you have to install emscripten tools (emcc
,llvm
, etc.), you can install them with emsdk.
see ./test/fixtures
- github: RReverser/emnapi many implements in
src
comes from this remote.