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.113
Name Modified Size InfoDownloads / Week
Parent folder
wasm-bindgen-0.2.113-aarch64-apple-darwin.tar.gz 2026-02-24 7.8 MB
wasm-bindgen-0.2.113-aarch64-apple-darwin.tar.gz.sha256sum 2026-02-24 126 Bytes
wasm-bindgen-0.2.113-aarch64-unknown-linux-gnu.tar.gz 2026-02-24 11.0 MB
wasm-bindgen-0.2.113-aarch64-unknown-linux-gnu.tar.gz.sha256sum 2026-02-24 131 Bytes
wasm-bindgen-0.2.113-aarch64-unknown-linux-musl.tar.gz 2026-02-24 11.1 MB
wasm-bindgen-0.2.113-aarch64-unknown-linux-musl.tar.gz.sha256sum 2026-02-24 132 Bytes
wasm-bindgen-0.2.113-x86_64-apple-darwin.tar.gz 2026-02-24 8.2 MB
wasm-bindgen-0.2.113-x86_64-apple-darwin.tar.gz.sha256sum 2026-02-24 125 Bytes
wasm-bindgen-0.2.113-x86_64-pc-windows-msvc.tar.gz 2026-02-24 7.3 MB
wasm-bindgen-0.2.113-x86_64-pc-windows-msvc.tar.gz.sha256sum 2026-02-24 128 Bytes
wasm-bindgen-0.2.113-x86_64-unknown-linux-musl.tar.gz 2026-02-24 11.2 MB
wasm-bindgen-0.2.113-x86_64-unknown-linux-musl.tar.gz.sha256sum 2026-02-24 131 Bytes
0.2.113 source code.tar.gz 2026-02-24 2.3 MB
0.2.113 source code.zip 2026-02-24 4.4 MB
README.md 2026-02-24 1.1 kB
Totals: 15 Items   63.4 MB 0

Changed

  • Reduced usage of unsafe code: replaced transmute/transmute_copy with safe alternatives for Boolean/Null/Undefined constants and ArrayTuple conversions, unified duplicated AsRef/From impls for generic imported types, and removed the __wbindgen_object_is_undefined intrinsic in favor of a safe Rust-side equivalent. #4993

Fixed

  • Fixed incorrect method naming for stable web-sys methods that reference unstable types (e.g. texImage2D taking a VideoFrame parameter). These methods were being named in a separate unstable expansion namespace, producing overly-short names like tex_image_2d instead of the correct tex_image_2d_with_u32_and_u32_and_video_frame. The fix separates the signature classification to distinguish "from unstable IDL" (authoritative overrides) from "stable method using an unstable type", ensuring the latter is named as part of the stable expansion. #4991
Source: README.md, updated 2026-02-24