Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 997 Bytes

emscripten-js-library-napi

(N-API) implement for emscripten.

Build

npm install --save-dev
npm run gulp -- build # output in lib/library_napi.js

Test Enviroment

to compile native code to asm.js or wasm, you have to install emscripten tools (emcc,llvm, etc.), you can install them with emsdk.

Test

see ./test/fixtures

Related

Document and Issues