v1.0.0
What's Changed
- refactor: migrate
@emnapi/core
to typescript by @toyobayashi in #100 - fix: improve
getUnsharedTextDecoderView
by @toyobayashi in #101 - feat: add a prepare script by @mmomtchev in #104
- fix: truncate number in
napi_get_value_{int32,uint32,int64}
by @toyobayashi in #105 - feat: add basic gyp support by @toyobayashi in #106
- build: add
wasm64-emscripten
prebuilt libraries by @toyobayashi in #106
Breaking Changes
The headers location is changed from node_modules/emnapi/include
to node_modules/emnapi/include/node
# old
# emcc ... -Inode_modules/emnapi/include
# new
emcc ... -Inode_modules/emnapi/include/node
New Contributors
- @mmomtchev made their first contribution in #104
Full Changelog: v0.45.0...v1.0.0