fix(deps): update rust-wasm-bindgen monorepo
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
js-sys (source) | dependencies | patch |
0.3.67 -> 0.3.68
|
wasm-bindgen (source) | dependencies | patch |
0.2.90 -> 0.2.91
|
web-sys (source) | dependencies | patch |
0.3.67 -> 0.3.68
|
Release Notes
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.91
Released 2024-02-06
Added
-
Added bindings for the
RTCRtpTransceiver.setCodecPreferences()
and unstable bindings for theRTCRtpEncodingParameters.scalabilityMode
. #3828 -
Add unstable bindings for the FileSystemAccess API #3810
-
Added support for running tests in shared and service workers with
wasm_bindgen_test_configure!
run_in_shared_worker
andrun_in_service_worker
. #3804 -
Accept the
--skip
flag withwasm-bindgen-test-runner
. #3803 -
Introduce environment variable
WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION
to disable origin isolation forwasm-bindgen-test-runner
. #3807 -
Add bindings for
USBDevice.forget()
. #3821
Changed
-
Stabilize
ClipboardEvent
. #3791 -
Use immutable buffers in
SubtleCrypto
methods. #3797 -
Deprecate
wasm_bindgen_test_configure!
srun_in_worker
in favor ofrun_in_dedicated_worker
. #3804 -
Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for
GPUPipelineError
, and holds back an update to thebuffer
argument of theGPUQueue.{writeBuffer,writeTexture}
methods. #3816 -
Depreate
--weak-refs
andWASM_BINDGEN_WEAKREF
in favor of automatic run-time detection. #3822
Fixed
-
Fixed UB when freeing strings received from JS if not using the default allocator. #3808
-
Fixed temporary folder detection by
wasm-bindgen-test-runner
on MacOS. #3817 -
Fixed using
#[wasm_bindgen(js_name = default)]
with#[wasm_bindgen(module = ...)]
. #3823 -
Fixed nighly build of
wasm-bindgen-futures
. #3827
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.