fix(deps): update rust-wasm-bindgen monorepo
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
js-sys (source) | dependencies | patch |
0.3.68 -> 0.3.69
|
wasm-bindgen (source) | dependencies | patch |
0.2.91 -> 0.2.92
|
web-sys (source) | dependencies | patch |
0.3.68 -> 0.3.69
|
Release Notes
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.92
Released 2024-03-04
Added
-
Add bindings for
RTCPeerConnectionIceErrorEvent
. #3835 -
Add bindings for
CanvasState.reset()
, affectingCanvasRenderingContext2D
andOffscreenCanvasRenderingContext2D
. #3844 -
Add
TryFrom
implementations forNumber
, that allow losslessly converting from 64- and 128-bits numbers. #3847 -
Add support for
Option<*const T>
,Option<*mut T>
andNonNull<T>
. #3852 #3857 -
Allow overriding the URL used for headless tests by setting
WASM_BINDGEN_TEST_ADDRESS
. #3861
Fixed
-
Make .wasm output deterministic when using
--reference-types
. #3851 -
Don't allow invalid Unicode scalar values in
char
. #3866
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.