Skip to content

fix(deps): update rust-wasm-bindgen monorepo#869

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-wasm-bindgen-monorepo
Open

fix(deps): update rust-wasm-bindgen monorepo#869
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-wasm-bindgen-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2025

This PR contains the following updates:

Package Type Update Change
wasm-bindgen (source) dependencies patch =0.2.106=0.2.108
wasm-bindgen-futures (source) dependencies patch =0.4.56=0.4.58
wasm-bindgen-test dev-dependencies patch 0.3.430.3.58

Release Notes

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

v0.2.108

Compare Source

Fixed
  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions.
    #​4903

v0.2.107

Compare Source

Added
  • Support catching panics, and raising JS Exceptions for them, when building
    with panic=unwind on nightly, with the std feature.
    #​4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions.
    #​4872

  • Added private attribute on exported types to allow generating
    exports and structs as implicit internal exported types for function
    arguments and returns, without exporting them on the public interface.
    #​4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements.
    #​4841

  • Added Window Management API.
    #​4843

Changed
  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets,
    aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing.
    #​4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage.
    #​4367

  • Typescript custom sections sorted alphabetically across codegen-units.
    #​4738

  • Optimized demangling performance by removing redundant string formatting
    #​4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing.
    #​4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing.
    #​4871

  • Consolidate JavaScript glue generation
    Move target-specific JS emission into a single finalize phase, reducing
    branching and making the generated output more consistent across targets.

    • Centralize JS output assembly in a single finalize phase (exports/imports/wasm loading).
    • Make --target experimental-nodejs-module emit one JS entrypoint (no separate _bg.js).
    • Ensure Node (CJS/ESM) and bundler entrypoints only expose public exports (no internal import shims).
    • Add /* @&#8203;ts-self-types="./<name>.d.ts" */ to JS entrypoints for JSR/Deno resolution.
    • Refresh reference test fixtures.
      #​4879
  • Forward worker errors to test output in the test runner.
    #​4855

Fixed
  • Fix: Include doc comments in TypeScript definitions for classes
    #​4858

  • Interpreter: support try_table blocks
    #​4862

  • Interpreter: Stop interpretting descriptor after __wbindgen_describe_cast
    #​4862


Configuration

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

🚦 Automerge: Enabled.

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

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


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

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

@coderabbitai
Copy link

coderabbitai bot commented Nov 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 6 times, most recently from 9fd789f to c2ec857 Compare November 21, 2025 05:17
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 7 times, most recently from c296a39 to 3b26bd0 Compare November 28, 2025 05:11
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 4 times, most recently from d2e6aa3 to ef445a5 Compare December 7, 2025 18:06
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 5 times, most recently from bf4166c to 130739d Compare December 15, 2025 18:43
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 4 times, most recently from cd1033d to 25b9d89 Compare December 21, 2025 20:57
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 3 times, most recently from e1ec9d3 to 1d43eb3 Compare January 4, 2026 04:46
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 11 times, most recently from ec76206 to 1f30571 Compare January 11, 2026 01:13
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch from 1f30571 to 35d7c08 Compare January 11, 2026 21:04
@renovate renovate bot changed the title fix(deps): update rust-wasm-bindgen monorepo chore(deps): update rust crate wasm-bindgen-test to v0.3.56 Jan 11, 2026
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 2 times, most recently from d8c07c4 to 6a3a0c9 Compare January 15, 2026 00:43
@renovate renovate bot changed the title chore(deps): update rust crate wasm-bindgen-test to v0.3.56 fix(deps): update rust-wasm-bindgen monorepo Jan 15, 2026
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 2 times, most recently from 7fb87a5 to a68b3b8 Compare January 17, 2026 20:08
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch 5 times, most recently from 4241cdc to 6dfc052 Compare January 26, 2026 22:40
@renovate renovate bot force-pushed the renovate/rust-wasm-bindgen-monorepo branch from 6dfc052 to 225e88d Compare February 2, 2026 18:46
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