Sourced from wasm-bindgen's changelog.
0.2.88
Released 2023-11-01
Added
Add bindings for
RTCRtpTransceiverInit.sendEncodings
. #3642Add bindings for the Web Locks API to
web-sys
. #3604Add bindings for
ViewTransition
toweb-sys
. #3598Extend
AudioContext
with unstable features supporting audio sink configuration. #3433Add bindings for
WebAssembly.Tag
andWebAssembly.Exception
. #3484Re-export
wasm-bindgen
fromjs-sys
,web-sys
andwasm-bindgen-futures
. #3466 #3601Re-export
js-sys
fromweb-sys
andwasm-bindgen-futures
. #3466 #3601Add bindings for async variants of
Atomics.wait
. #3504Add bindings for
WorkerGlobalScope.performance
. #3506Add support for installing pre-built artifacts of
wasm-bindgen-cli
viacargo binstall wasm-bindgen-cli
. #3544Add bindings for
RTCDataChannel.id
. #3547Add bindings for
HTMLElement.inert
. #3557Add unstable bindings for the Prioritized Task Scheduling API. #3566
Add bindings for
CssStyleSheet
constructor andreplace(_sync)
methods. #3573
... (truncated)
0b5f0ee
Bump versions for v0.2.88 (#3676)bd596dc
Configure git in bump workflow (#3675)ef7ad00
Add workflow to bump versions and create releases (#3674)a03d23b
Updated Notification APIs (#3667)54f22ee
Return an error if there are two enums with the same name (#3669)561d3c0
Update node from 16 to 20 (#3666)2e9ff5d
Add rust-toolchain.toml
to raytracing example (#3607)3d2f392
Bump MSRV to v1.57 (#3657)cb64552
use Vec's try_reserve_exact method (#3656)84b735c
Add missing changelog for #3655