Download Latest Version wasm-bindgen-0.2.117-x86_64-apple-darwin.tar.gz (8.3 MB)
Email in envelope

Get an email when there's a new version of wasm-bindgen

Home / 0.2.116
Name Modified Size InfoDownloads / Week
Parent folder
wasm-bindgen-0.2.116-aarch64-apple-darwin.tar.gz 2026-03-31 7.9 MB
wasm-bindgen-0.2.116-aarch64-apple-darwin.tar.gz.sha256sum 2026-03-31 126 Bytes
wasm-bindgen-0.2.116-aarch64-unknown-linux-gnu.tar.gz 2026-03-31 11.2 MB
wasm-bindgen-0.2.116-aarch64-unknown-linux-gnu.tar.gz.sha256sum 2026-03-31 131 Bytes
wasm-bindgen-0.2.116-aarch64-unknown-linux-musl.tar.gz 2026-03-31 11.2 MB
wasm-bindgen-0.2.116-aarch64-unknown-linux-musl.tar.gz.sha256sum 2026-03-31 132 Bytes
wasm-bindgen-0.2.116-x86_64-apple-darwin.tar.gz 2026-03-31 8.3 MB
wasm-bindgen-0.2.116-x86_64-apple-darwin.tar.gz.sha256sum 2026-03-31 125 Bytes
wasm-bindgen-0.2.116-x86_64-pc-windows-msvc.tar.gz 2026-03-31 7.4 MB
wasm-bindgen-0.2.116-x86_64-pc-windows-msvc.tar.gz.sha256sum 2026-03-31 128 Bytes
wasm-bindgen-0.2.116-x86_64-unknown-linux-musl.tar.gz 2026-03-31 11.3 MB
wasm-bindgen-0.2.116-x86_64-unknown-linux-musl.tar.gz.sha256sum 2026-03-31 131 Bytes
0.2.116 source code.tar.gz 2026-03-30 2.4 MB
0.2.116 source code.zip 2026-03-30 4.6 MB
README.md 2026-03-30 1.1 kB
Totals: 15 Items   64.3 MB 0

Added

  • Added js_sys::Float16Array bindings, DataView float16 accessors using f32, and raw [u16] helper APIs for interoperability with binary16 representations such as half::f16. #5033

Changed

  • Updated to Walrus 0.26.1 for deterministic type section ordering. #5069

  • The #[wasm_bindgen] macro now emits &mut (impl FnMut(...) + MaybeUnwindSafe) / &(impl Fn(...) + MaybeUnwindSafe) for raw &mut dyn FnMut / &dyn Fn import arguments instead of a hidden generic parameter and where-clause. The generated signature is cleaner and the MaybeUnwindSafe bound is visible directly in the argument position. The ABI and wire format are unchanged. When building with panic=unwind, closures that capture non-UnwindSafe values (e.g. &mut T, Cell<T>) must wrap them in AssertUnwindSafe before capture; on all other targets MaybeUnwindSafe is a no-op blanket impl. #5056

Source: README.md, updated 2026-03-30