Skip to content

Update Rust crate wasm-bindgen to 0.2.110#15

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/rust-wasm-bindgen-monorepo
Feb 21, 2026
Merged

Update Rust crate wasm-bindgen to 0.2.110#15
renovate[bot] merged 1 commit intomainfrom
renovate/rust-wasm-bindgen-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 21, 2026

This PR contains the following updates:

Package Type Update Change
wasm-bindgen (source) dependencies patch 0.2.1090.2.110

Release Notes

wasm-bindgen/wasm-bindgen (wasm-bindgen)

v0.2.110

Compare Source

Changed
  • Refactor new closure methods - ensures that all closure constructor functions have the variants Closure::foo(), Closure::foo_aborting() and
    Closure::foo_assert_unwind_safe() this then fully allows switching from the UnwindSafe bound now being applies on foo() to use one of the
    alternatives, given these limitations of AssertUnwindSafe. The same applies to ImmediateClosure. In addition, mutable reentrancy guards are
    added for ImmediateClosure, and it is updated to be pass-by-value as well.
    #​4975
Fixed
  • Fixed a regression where Array.of1,... variants using generic Array<T> broke inference.
    Reverted to use non-generic JsValue arguments. In addition extends generic class hoisting to
    for constructors to also include static_method_of methods returning the own type, to allow
    Array::of generic to now be on the Array<T> impl block.
    #​4974

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) February 21, 2026 00:31
@renovate renovate bot merged commit c96566c into main Feb 21, 2026
2 checks passed
@renovate renovate bot deleted the renovate/rust-wasm-bindgen-monorepo branch February 21, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants