chore(deps): bump wasmtime from 39.0.1 to 41.0.1#156
chore(deps): bump wasmtime from 39.0.1 to 41.0.1#156dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0c9364dd72
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
crates/runtime/Cargo.toml
Outdated
| wasmtime = { version = "41.0.1", features = ["cache", "cranelift"] } | ||
| wasmtime-wasi = "39.0.1" |
There was a problem hiding this comment.
Align wasmtime-wasi version with wasmtime
The runtime crate now depends on wasmtime = 41.0.1 while keeping wasmtime-wasi = 39.0.1. wasmtime-wasi re-exports/accepts wasmtime types (e.g., WasiCtxBuilder and linker helpers), and the runtime code uses wasmtime::{Engine, Linker, Store} alongside wasmtime_wasi APIs (crates/runtime/src/runtime.rs), so Cargo will compile two different wasmtime versions and the types will not unify. That yields compile-time type mismatches when passing a 41.x Store/Linker into 39.x wasmtime-wasi APIs. Bumping wasmtime-wasi to the matching 41.x line (or pinning both to 39.x) avoids the build break.
Useful? React with 👍 / 👎.
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 39.0.1 to 41.0.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.1/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v39.0.1...v41.0.1) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 41.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0c9364d to
048b0dd
Compare
|
Superseded by #160. |
Bumps wasmtime from 39.0.1 to 41.0.1.
Release notes
Sourced from wasmtime's releases.
... (truncated)
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
c30fce8Release Wasmtime 41.0.1 (#12434)799585f[41.0] Backport Cranelift: x64: fix incorrect load-sinking incopysignoper...3c47640Add vets forwasmtime-internal-debugger(#12376) (#12389)3dda916Release Wasmtime 41.0.0 (#12373)309028e[41.0.0] Backport update to WASI 0.3.0-rc-2026-01-06 (#12344)4a67a85Cranelift: x64: fix user-controlled recursion in cmp emission. (#12333) (#12342)1db4911Fix ISLE icmp optimization rules for vector inputs (#12335) (#12340)7e98de5x64: Fix lowering rules forshld(#12321) (#12323)9379396Insert veneers on arm64 in cranelift-jit where necessary (#12239) (#12320)9656606FixModule::image_rangeto include non-text part of module. (#12302) (#12307)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)