napi@2.12.2
·
879 commits
to main
since this release
What's Changed
- Ensure
tokio
runtime exists when registering the module by @meowtec in #1542 - Ensure that
napi_call_threadsafe_function
cannot be called after abort by @meowtec in #1533 - test(napi): update test case for checking electron renderer crash by @meowtec in #1547
- fix(napi): use
ptr::copy
to createTypedArray
in electron fallback mode by @Brooooooklyn in #1548 - fix(napi): free buffer in the current thread if env is available by @Brooooooklyn in #1549
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.12.1...napi@2.12.2