v1.4.0
What's Changed
- allow napi_delete_reference in basic finalizers (#130)
- define NAPI_VERSION 10 (#133)
- perf: reduce the overhead of binding function call (1.5x faster) (#139)
Note
If you are using Emscripten >= 3.1.60, please manually specify the link option -sEXPORTED_RUNTIME_METHODS=['emnapiInit'] (#131) (emscripten-core/emscripten#23057)
Full Changelog: v1.3.1...v1.4.0