Skip to content

v0.6.0

Compare
Choose a tag to compare
@kjvalencik kjvalencik released this 09 Dec 20:35
· 779 commits to main since this release
f45f71d

The cx.try_catch(..) API has been updated to return T: Sized instead of T: Value (#631). This API is strictly more powerful and allows users to return both JavaScript and Rust values from try_catch closures.

N-API

  • N-API symbols are now loaded dynamically (#646)
  • Build process for N-API is greatly simplified by leveraging dynamic loading (#647)