Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 16:13
· 65 commits to main since this release

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