(N-API) implement for emscripten.
npm install --save-dev
npm run gulp -- build # output in lib/library_napi.jsto 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
srccomes from this remote.