Skip to content

[WIP] N-API implementation for emscripten compiler with `--js-library` flag

Notifications You must be signed in to change notification settings

octo-utils/emscripten-js-library-napi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[WIP] N-API implementation for emscripten compiler with `--js-library` flag

Resources

Stars

Watchers

Forks

Packages

No packages published