Skip to content

chore(deps): bump the wasmtime group across 1 directory with 7 updates#546

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/wasmtime-ddc6bb8ffe
Open

chore(deps): bump the wasmtime group across 1 directory with 7 updates#546
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/wasmtime-ddc6bb8ffe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the wasmtime group with 5 updates in the / directory:

Package From To
wasmtime-wasi 45.0.2 46.0.1
wasmtime-wasi-io 45.0.2 46.0.1
cranelift-assembler-x64 0.132.2 0.132.3
cranelift-codegen-shared 0.132.2 0.132.3
cranelift-control 0.132.2 0.132.3

Updates wasmtime-wasi from 45.0.2 to 46.0.1

Release notes

Sourced from wasmtime-wasi's releases.

v46.0.1

46.0.1

Released 2026-06-24.

Fixed

  • WASI hard links and renames check wasmtime-wasi's FilePerms for destination GHSA-4ch3-9j33-3pmj
  • Explicit hint for generic call in wasmtime wit-bindgen. #13719

v46.0.0

46.0.0

Released 2026-06-22.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

  • Wasmtime's C API now supports type reflection of GC values. #13268

  • Wasmtime now supports being compiled to arm64_32 platforms. #13259

  • The cranelift-frontend crate,the RISC-V Cranelift backend, and Wasmtime's component-model-async feature now support no_std. #13401 #13479 #13533

  • Wasmtime has initial support for the component model (implements "...") feature. #13361 #13497 #13513

  • The wasmtime CLI now supports configuring the initial-cwd property of WASI. #13468

  • The wasmtime serve subcommand now supports --header to set headers for the

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

46.0.1

Released 2026-06-24.

Fixed

  • WASI hard links and renames check wasmtime-wasi's FilePerms for destination GHSA-4ch3-9j33-3pmj
  • Explicit hint for generic call in wasmtime wit-bindgen. #13719

46.0.0

Released 2026-06-22.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

  • Wasmtime's C API now supports type reflection of GC values. #13268

  • Wasmtime now supports being compiled to arm64_32 platforms. #13259

  • The cranelift-frontend crate,the RISC-V Cranelift backend, and Wasmtime's component-model-async feature now support no_std. #13401 #13479 #13533

  • Wasmtime has initial support for the component model (implements "...") feature. #13361 #13497 #13513

  • The wasmtime CLI now supports configuring the initial-cwd property of WASI. #13468

  • The wasmtime serve subcommand now supports --header to set headers for the guest.

... (truncated)

Commits

Updates wasmtime-wasi-io from 45.0.2 to 46.0.1

Release notes

Sourced from wasmtime-wasi-io's releases.

v46.0.1

46.0.1

Released 2026-06-24.

Fixed

  • WASI hard links and renames check wasmtime-wasi's FilePerms for destination GHSA-4ch3-9j33-3pmj
  • Explicit hint for generic call in wasmtime wit-bindgen. #13719

v46.0.0

46.0.0

Released 2026-06-22.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

  • Wasmtime's C API now supports type reflection of GC values. #13268

  • Wasmtime now supports being compiled to arm64_32 platforms. #13259

  • The cranelift-frontend crate,the RISC-V Cranelift backend, and Wasmtime's component-model-async feature now support no_std. #13401 #13479 #13533

  • Wasmtime has initial support for the component model (implements "...") feature. #13361 #13497 #13513

  • The wasmtime CLI now supports configuring the initial-cwd property of WASI. #13468

  • The wasmtime serve subcommand now supports --header to set headers for the

... (truncated)

Changelog

Sourced from wasmtime-wasi-io's changelog.

46.0.1

Released 2026-06-24.

Fixed

  • WASI hard links and renames check wasmtime-wasi's FilePerms for destination GHSA-4ch3-9j33-3pmj
  • Explicit hint for generic call in wasmtime wit-bindgen. #13719

46.0.0

Released 2026-06-22.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

  • Wasmtime's C API now supports type reflection of GC values. #13268

  • Wasmtime now supports being compiled to arm64_32 platforms. #13259

  • The cranelift-frontend crate,the RISC-V Cranelift backend, and Wasmtime's component-model-async feature now support no_std. #13401 #13479 #13533

  • Wasmtime has initial support for the component model (implements "...") feature. #13361 #13497 #13513

  • The wasmtime CLI now supports configuring the initial-cwd property of WASI. #13468

  • The wasmtime serve subcommand now supports --header to set headers for the guest.

... (truncated)

Commits

Updates cranelift-assembler-x64 from 0.132.2 to 0.132.3

Updates cranelift-assembler-x64-meta from 0.132.2 to 0.132.3

Updates cranelift-codegen-shared from 0.132.2 to 0.132.3

Release notes

Sourced from cranelift-codegen-shared's releases.

v38.0.2: Release Wasmtime 38.0.2 (#11903)

38.0.2

Released 2025-10-21.

Changed

  • This repository is attempting to start out using GitHub's "Immutable Releases" feature with this release, and this'll be the first release, assuming all goes well, that has this enabled. #11901

Fixed

  • Fix compatibility with the Go runtime on Windows for exceptions. #11892

dev

No release notes provided.

Commits

Updates cranelift-control from 0.132.2 to 0.132.3

Release notes

Sourced from cranelift-control's releases.

v38.0.2: Release Wasmtime 38.0.2 (#11903)

38.0.2

Released 2025-10-21.

Changed

  • This repository is attempting to start out using GitHub's "Immutable Releases" feature with this release, and this'll be the first release, assuming all goes well, that has this enabled. #11901

Fixed

  • Fix compatibility with the Go runtime on Windows for exceptions. #11892

dev

No release notes provided.

Commits

Updates cranelift-srcgen from 0.132.2 to 0.132.3

Release notes

Sourced from cranelift-srcgen's releases.

v38.0.2: Release Wasmtime 38.0.2 (#11903)

38.0.2

Released 2025-10-21.

Changed

  • This repository is attempting to start out using GitHub's "Immutable Releases" feature with this release, and this'll be the first release, assuming all goes well, that has this enabled. #11901

Fixed

  • Fix compatibility with the Go runtime on Windows for exceptions. #11892

dev

No release notes provided.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/wasmtime-ddc6bb8ffe branch 2 times, most recently from 613f040 to c5f4f00 Compare June 29, 2026 05:19
@crepererum
crepererum force-pushed the dependabot/cargo/wasmtime-ddc6bb8ffe branch from c5f4f00 to ec7fb52 Compare June 29, 2026 10:40
Bumps the wasmtime group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `45.0.2` | `46.0.1` |
| [wasmtime-wasi-io](https://github.com/bytecodealliance/wasmtime) | `45.0.2` | `46.0.1` |
| cranelift-assembler-x64 | `0.132.2` | `0.132.3` |
| [cranelift-codegen-shared](https://github.com/bytecodealliance/wasmtime) | `0.132.2` | `0.132.3` |
| [cranelift-control](https://github.com/bytecodealliance/wasmtime) | `0.132.2` | `0.132.3` |



Updates `wasmtime-wasi` from 45.0.2 to 46.0.1
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v46.0.1/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v45.0.2...v46.0.1)

Updates `wasmtime-wasi-io` from 45.0.2 to 46.0.1
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v46.0.1/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v45.0.2...v46.0.1)

Updates `cranelift-assembler-x64` from 0.132.2 to 0.132.3

Updates `cranelift-assembler-x64-meta` from 0.132.2 to 0.132.3

Updates `cranelift-codegen-shared` from 0.132.2 to 0.132.3
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-control` from 0.132.2 to 0.132.3
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-srcgen` from 0.132.2 to 0.132.3
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

---
updated-dependencies:
- dependency-name: cranelift-assembler-x64
  dependency-version: 0.132.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: wasmtime
- dependency-name: cranelift-assembler-x64-meta
  dependency-version: 0.132.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: wasmtime
- dependency-name: cranelift-codegen-shared
  dependency-version: 0.132.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: wasmtime
- dependency-name: cranelift-control
  dependency-version: 0.132.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: wasmtime
- dependency-name: cranelift-srcgen
  dependency-version: 0.132.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: wasmtime
- dependency-name: wasmtime-wasi
  dependency-version: 46.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime
- dependency-name: wasmtime-wasi-io
  dependency-version: 46.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@crepererum
crepererum force-pushed the dependabot/cargo/wasmtime-ddc6bb8ffe branch from ec7fb52 to d974d02 Compare June 29, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants