Skip to content

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

Compare Source

Released 2024-03-04

Added
  • Add bindings for RTCPeerConnectionIceErrorEvent. #​3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #​3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #​3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Panter User for API access

Merge request reports

Loading