Skip to content

chore(deps): bump wasmtime-wasi from 43.0.2 to 44.0.2 - #87

Merged
Salil Das (sadlilas) merged 2 commits into
mainfrom
dependabot/cargo/wasmtime-wasi-44.0.2
Jul 14, 2026
Merged

chore(deps): bump wasmtime-wasi from 43.0.2 to 44.0.2#87
Salil Das (sadlilas) merged 2 commits into
mainfrom
dependabot/cargo/wasmtime-wasi-44.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps wasmtime-wasi from 43.0.2 to 44.0.2.

Release notes

Sourced from wasmtime-wasi's releases.

v44.0.2

44.0.2

Released 2026-05-21.

Fixed

v44.0.1

44.0.1

Released 2026-04-30.

Fixed

  • Panic when allocating a table exceeding the size of the host's address space. GHSA-p8xm-42r7-89xg

v44.0.0

44.0.0

Released 2026-04-20.

Added

  • The wasmtime CLI now supports a -g flag which runs a built-in wasm program to host a gdbstub-compatible server (can be connected to with LLDB) to debug guest programs. #12756 #12771 #12856 #12859

  • Wasmtime now has experimental support for the map<K, V> type in the component model. #12216

  • Wasmtime's C API now supports wasm tag types. #12763 #12803

  • Wasmtime's C API now supports exceptions. #12861

  • Wasmtime's C API has more support for the GC proposal. #12914 #12915

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

44.0.2

Released 2026-05-21.

Fixed


44.0.1

Released 2026-04-30.

Fixed

  • Panic when allocating a table exceeding the size of the host's address space. GHSA-p8xm-42r7-89xg

44.0.0

Released 2026-04-20.

Added

  • The wasmtime CLI now supports a -g flag which runs a built-in wasm program to host a gdbstub-compatible server (can be connected to with LLDB) to debug guest programs. #12756 #12771 #12856 #12859

  • Wasmtime now has experimental support for the map<K, V> type in the component model. #12216

  • Wasmtime's C API now supports wasm tag types. #12763 #12803

  • Wasmtime's C API now supports exceptions. #12861

  • Wasmtime's C API has more support for the GC proposal. #12914 #12915

... (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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) from 43.0.2 to 44.0.2.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v44.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v43.0.2...v44.0.2)

---
updated-dependencies:
- dependency-name: wasmtime-wasi
  dependency-version: 44.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 5, 2026
…n skew)

Dependabot bumped wasmtime-wasi 43->44 but left the sibling wasmtime
dependency pinned at 43. wasmtime and wasmtime-wasi are released in
lockstep and must share a major version; the skew put two incompatible
wasmtime majors (43.0.2 and 44.0.2) in the dependency graph, causing
E0308 mismatched-type errors in bridges/wasm_tool.rs (lines 38 and 66)
wherever the wasm feature is enabled (amplifier-core-py default
feature, bindings/node explicit feature).

Bumped wasmtime to "44" in crates/amplifier-core/Cargo.toml to match,
regenerated Cargo.lock via 'cargo update -p wasmtime'. Verified:
- cargo build -p amplifier-core --features wasm: clean, 0 errors
- cargo check -p amplifier-core -p amplifier-core-py: clean, 0 errors
- cargo test -p amplifier-core --verbose: 32 tests + 19 doctests pass

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
@sadlilas
Salil Das (sadlilas) merged commit 7a47143 into main Jul 14, 2026
6 checks passed
@sadlilas
Salil Das (sadlilas) deleted the dependabot/cargo/wasmtime-wasi-44.0.2 branch July 14, 2026 00:06
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