0.2.108
Fixed
- Fixed regression where
panic=unwindbuilds for non-Wasm targets would triggerUnwindSafeassertions. #4903
Unclaimed project
Are you a maintainer of wasm-bindgen? Claim this project to take control of your public changelog and roadmap.
Changelog
Facilitating high-level interactions between Wasm modules and JavaScript
panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions.
#4903Support catching panics, and raising JS Exceptions for them, when building
with panic=unwind on nightly, with the std feature.
#4790
Added support for passing &[JsValue] slices from Rust to JavaScript functions.
[#4872](h...
New MSRV policy, and bump of the MSRV fo 1.71. #4801
Added typed this support in the first argument in free function exports via
a new #[wasm_bindgen(this)] attribute.
[#4757](https://github.com/wasm-bindgen/wasm-bindgen/p...
Release 0.2.105
Release 0.2.104