Skip to content

v0.44.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 08:15
· 83 commits to main since this release

What's Changed

Breaking Changes

  • emnapi_get_emscripten_version has been removed, use __EMSCRIPTEN_{major,minor,tiny}__ instead.

Possible upcoming breaking changes in the future

  • Require node-api-headers as a dependency
  • Users should always define -DBUILDING_NODE_EXTENSION
  • Emscripten users should define -DNAPI_EXTERN=__attribute__((__import_module__("env"))) manually since napi is the default module where Node.js wants to import symbols from. See emscripten-core/emscripten#20035

Full Changelog: v0.43.1...v0.44.0