Skip to content

Releases: toyobayashi/emnapi

v0.38.3

06 May 04:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.38.2...v0.38.3

v0.38.2

24 Apr 16:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.38.1...v0.38.2

v0.38.1

24 Apr 16:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.38.0...v0.38.1

v0.38.0

21 Apr 16:44
Compare
Choose a tag to compare

What's Changed

Users who use node-addon-api need to npm install node-addon-api and then manually add node-addon-api package path to the compiler include directories, via -I / include_directories() / target_include_directories() / cmake -DEMNAPI_FIND_NODE_ADDON_API=ON

Full Changelog: v0.37.0...v0.38.0

v0.37.0

16 Apr 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.36.3...v0.37.0

v0.36.3

04 Apr 05:42
Compare
Choose a tag to compare

What's Changed

  • refactor: use local string helper instead of emscripten's runtime methods (support emscripten 3.1.35) by @toyobayashi in #46

Full Changelog: v0.36.2...v0.36.3

v0.36.2

31 Mar 17:09
Compare
Choose a tag to compare

What's Changed

  • fix wasm32-wasi-threads prebuilt libraries missing in emnapi npm package

Full Changelog: v0.36.1...v0.36.2

v0.36.1

31 Mar 09:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.36.0...v0.36.1

v0.36.0

30 Mar 09:11
Compare
Choose a tag to compare

What's Changed

  • prebuilt library use emscripten 3.1.34
  • fix prebuilt library use wrong symbol after emscripten 3.1.32 #41 (comment)
  • allow symbol as reference target by @toyobayashi in #43
  • allow napi_create_string_* receive NULL as parameter if length is set to 0 in #43
  • (BREAKING CHANGE) rename onInstantiated to beforeInit and change function signature 8c208e4

Full Changelog: v0.35.0...v0.36.0

v0.35.0

23 Mar 13:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34.0...v0.35.0