Skip to content

deps: bump wasmtime from 41.0.4 to 42.0.1#108

Merged
raffaelschneider merged 1 commit intomainfrom
dependabot/cargo/wasmtime-42.0.1
Mar 2, 2026
Merged

deps: bump wasmtime from 41.0.4 to 42.0.1#108
raffaelschneider merged 1 commit intomainfrom
dependabot/cargo/wasmtime-42.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps wasmtime from 41.0.4 to 42.0.1.

Release notes

Sourced from wasmtime's releases.

v42.0.1

42.0.1

Released 2026-02-25.

Fixed

  • Fix some minor bindgen! issues with anyhow: true #12658

v42.0.0

42.0.0

Released 2026-02-20.

Added

  • Cranelift now supports bitwise operations on floats on aarch64. #12326

  • Cranelift now supports NaN canonicalization of f16 and f128. #12337

  • Wasmtime has gained minimal support to implement fixed-length lists in the component model being communicated between composed components. #10619

  • Wasmtime's Error and Result types are now built-in to the wasmtime crate and are no longer defined by the anyhow crate. Wasmtime exports a mostly-compatible anyhow-like API at wasmtime::error which is used instead. Wasmtime's own Error handles OOM internally and is foundational part of Wasmtime's work-in-progress support to gracefully handle OOM. #12309

  • Wasmtime now exports an extension trait to convert anyhow::Result<T> into wasmtime::Result<T>. #12255

  • Wasmtime supports a new bindgen! option to generate bindings specifically with anyhow::Result instead of wasmtime::Result. #12331

  • The Nvidia-Cuda execution provider is now supported for the wasi-nn onnx backend. #12044

  • Non-exported and private entities can now be accessed through the debugger API. #12367

... (truncated)

Changelog

Sourced from wasmtime's changelog.

42.0.1

Released 2026-02-25.

Fixed

  • Fix some minor bindgen! issues with anyhow: true #12658

42.0.0

Released 2026-02-24.

Added

  • Cranelift now supports bitwise operations on floats on aarch64. #12326

  • Cranelift now supports NaN canonicalization of f16 and f128. #12337

  • Wasmtime has gained minimal support to implement fixed-length lists in the component model being communicated between composed components. #10619

  • Wasmtime's Error and Result types are now built-in to the wasmtime crate and are no longer defined by the anyhow crate. Wasmtime exports a mostly-compatible anyhow-like API at wasmtime::error which is used instead. Wasmtime's own Error handles OOM internally and is foundational part of Wasmtime's work-in-progress support to gracefully handle OOM. #12309

  • Wasmtime now exports an extension trait to convert anyhow::Result<T> into wasmtime::Result<T>. #12255

  • Wasmtime supports a new bindgen! option to generate bindings specifically with anyhow::Result instead of wasmtime::Result. #12331

  • The Nvidia-Cuda execution provider is now supported for the wasi-nn onnx backend. #12044

  • Non-exported and private entities can now be accessed through the debugger API. #12367

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Dependency updates rust Pull requests that update rust code labels Mar 2, 2026
@raffaelschneider
Copy link
Contributor

@dependabot rebase

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 41.0.4 to 42.0.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v42.0.1/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v41.0.4...v42.0.1)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-version: 42.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmtime-42.0.1 branch from ea3d609 to 30dc007 Compare March 2, 2026 06:07
@raffaelschneider raffaelschneider merged commit 26e49a6 into main Mar 2, 2026
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wasmtime-42.0.1 branch March 2, 2026 06:10
raffaelschneider added a commit that referenced this pull request Mar 2, 2026
Aligns wasmtime-wasi with wasmtime 42.0.1 (merged in #108).
Adds From<wasmtime::Error> for WasmRuntimeError since wasmtime 42
uses its own error type instead of anyhow::Error.
Removes deprecated async_support() call.

Closes #110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant