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.117
Name Modified Size InfoDownloads / Week
Parent folder
wasm-bindgen-0.2.117-aarch64-apple-darwin.tar.gz 2026-03-31 7.9 MB
wasm-bindgen-0.2.117-aarch64-apple-darwin.tar.gz.sha256sum 2026-03-31 126 Bytes
wasm-bindgen-0.2.117-aarch64-unknown-linux-gnu.tar.gz 2026-03-31 11.2 MB
wasm-bindgen-0.2.117-aarch64-unknown-linux-gnu.tar.gz.sha256sum 2026-03-31 131 Bytes
wasm-bindgen-0.2.117-aarch64-unknown-linux-musl.tar.gz 2026-03-31 11.2 MB
wasm-bindgen-0.2.117-aarch64-unknown-linux-musl.tar.gz.sha256sum 2026-03-31 132 Bytes
wasm-bindgen-0.2.117-x86_64-apple-darwin.tar.gz 2026-03-31 8.3 MB
wasm-bindgen-0.2.117-x86_64-apple-darwin.tar.gz.sha256sum 2026-03-31 125 Bytes
wasm-bindgen-0.2.117-x86_64-pc-windows-msvc.tar.gz 2026-03-31 7.4 MB
wasm-bindgen-0.2.117-x86_64-pc-windows-msvc.tar.gz.sha256sum 2026-03-31 128 Bytes
wasm-bindgen-0.2.117-x86_64-unknown-linux-musl.tar.gz 2026-03-31 11.3 MB
wasm-bindgen-0.2.117-x86_64-unknown-linux-musl.tar.gz.sha256sum 2026-03-31 131 Bytes
0.2.117 source code.tar.gz 2026-03-31 2.4 MB
0.2.117 source code.zip 2026-03-31 4.6 MB
README.md 2026-03-31 755 Bytes
Totals: 15 Items   64.3 MB 2

Fixed

  • Fixed a regression introduced in [#5026] where stable web-sys methods that accept a union type containing a [WbgGeneric] interface (e.g. ImageBitmapSource, which includes VideoFrame) incorrectly applied typed generics to all union expansions rather than only those whose argument type is itself [WbgGeneric]. In practice this caused Window::create_image_bitmap_with_* and the corresponding WorkerGlobalScope overloads to return Promise<ImageBitmap> instead of Promise<JsValue> for the stable (non-VideoFrame) call sites, breaking JsFuture::from(promise).await?. #5064 #5073
Source: README.md, updated 2026-03-31