Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.67
->0.3.69
0.2.90
->0.2.92
0.4.40
->0.4.42
0.3.40
->0.3.42
0.3.67
->0.3.69
Release Notes
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.92
Compare Source
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
v0.2.91
Compare Source
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
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.