Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2025

Bumps the wasmtime-dependencies group with 2 updates in the / directory: wasmtime and wasmtime-wasi.

Updates wasmtime from 31.0.0 to 32.0.0

Release notes

Sourced from wasmtime's releases.

v32.0.0

32.0.0

Released 2025-04-21.

Added

  • {Module,Component}::deserialize_raw can now be used to deserialize an in-memory module while relying on external management of the memory. #10321

  • An initial implementation of wasi-tls has been added. #10249

  • The wasmtime CLI now supports hexadecimal integer CLI arguments. #10360

  • Cranelift now supports a log2_min_function_alignment flag. #10391

  • A new wasmtime objdump subcommand has been added to help explore and debug *.cwasm files. #10405

  • Support for the pooling allocator has been added to the C API. #10484

  • Support for the guest profiler with the component model has been added. #10507

Changed

  • Cranelift MemFlags now has a can_move flag which restricts whether a load or store can be moved. #10340

  • The .text size of Pulley *.cwasm files should be smaller with less padding. #10285

  • The wasmtime serve subcommand now implements a graceful shutdown on ctrl-c. #10394

  • Stack maps used for GC are now stored in a serialized binary format that is faster to deserialize. #10404

  • The aegraph implementation in Cranelift has been simplified to remove the union-find and canonical eclass IDs. #10471

... (truncated)

Changelog

Sourced from wasmtime's changelog.

32.0.0

Released 2025-04-21.

Added

  • {Module,Component}::deserialize_raw can now be used to deserialize an in-memory module while relying on external management of the memory. #10321

  • An initial implementation of wasi-tls has been added. #10249

  • The wasmtime CLI now supports hexadecimal integer CLI arguments. #10360

  • Cranelift now supports a log2_min_function_alignment flag. #10391

  • A new wasmtime objdump subcommand has been added to help explore and debug *.cwasm files. #10405

  • Support for the pooling allocator has been added to the C API. #10484

  • Support for the guest profiler with the component model has been added. #10507

Changed

  • Cranelift MemFlags now has a can_move flag which restricts whether a load or store can be moved. #10340

  • The .text size of Pulley *.cwasm files should be smaller with less padding. #10285

  • The wasmtime serve subcommand now implements a graceful shutdown on ctrl-c. #10394

  • Stack maps used for GC are now stored in a serialized binary format that is faster to deserialize. #10404

  • The aegraph implementation in Cranelift has been simplified to remove the union-find and canonical eclass IDs. #10471

... (truncated)

Commits

Updates wasmtime-wasi from 31.0.0 to 32.0.0

Release notes

Sourced from wasmtime-wasi's releases.

v32.0.0

32.0.0

Released 2025-04-21.

Added

  • {Module,Component}::deserialize_raw can now be used to deserialize an in-memory module while relying on external management of the memory. #10321

  • An initial implementation of wasi-tls has been added. #10249

  • The wasmtime CLI now supports hexadecimal integer CLI arguments. #10360

  • Cranelift now supports a log2_min_function_alignment flag. #10391

  • A new wasmtime objdump subcommand has been added to help explore and debug *.cwasm files. #10405

  • Support for the pooling allocator has been added to the C API. #10484

  • Support for the guest profiler with the component model has been added. #10507

Changed

  • Cranelift MemFlags now has a can_move flag which restricts whether a load or store can be moved. #10340

  • The .text size of Pulley *.cwasm files should be smaller with less padding. #10285

  • The wasmtime serve subcommand now implements a graceful shutdown on ctrl-c. #10394

  • Stack maps used for GC are now stored in a serialized binary format that is faster to deserialize. #10404

  • The aegraph implementation in Cranelift has been simplified to remove the union-find and canonical eclass IDs. #10471

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

32.0.0

Released 2025-04-21.

Added

  • {Module,Component}::deserialize_raw can now be used to deserialize an in-memory module while relying on external management of the memory. #10321

  • An initial implementation of wasi-tls has been added. #10249

  • The wasmtime CLI now supports hexadecimal integer CLI arguments. #10360

  • Cranelift now supports a log2_min_function_alignment flag. #10391

  • A new wasmtime objdump subcommand has been added to help explore and debug *.cwasm files. #10405

  • Support for the pooling allocator has been added to the C API. #10484

  • Support for the guest profiler with the component model has been added. #10507

Changed

  • Cranelift MemFlags now has a can_move flag which restricts whether a load or store can be moved. #10340

  • The .text size of Pulley *.cwasm files should be smaller with less padding. #10285

  • The wasmtime serve subcommand now implements a graceful shutdown on ctrl-c. #10394

  • Stack maps used for GC are now stored in a serialized binary format that is faster to deserialize. #10404

  • The aegraph implementation in Cranelift has been simplified to remove the union-find and canonical eclass IDs. #10471

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested review from a team and saga-dasgupta and removed request for a team May 9, 2025 13:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot force-pushed the dependabot/cargo/wasmtime-dependencies-b6fa42c3e2 branch from 155aafb to 967946a Compare May 12, 2025 09:27
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmtime-dependencies-b6fa42c3e2 branch from 967946a to ade4715 Compare May 12, 2025 19:10
…with 2 updates

Bumps the wasmtime-dependencies group with 2 updates in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime).


Updates `wasmtime` from 31.0.0 to 32.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v32.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v31.0.0...v32.0.0)

Updates `wasmtime-wasi` from 31.0.0 to 32.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v32.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v31.0.0...v32.0.0)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-version: 32.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 32.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmtime-dependencies-b6fa42c3e2 branch from ade4715 to 3ff4e80 Compare May 19, 2025 09:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 9, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wasmtime-dependencies-b6fa42c3e2 branch June 9, 2025 09:50
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.

1 participant