chore(deps): bump wasmtime-wasi from 39.0.1 to 40.0.2#150
chore(deps): bump wasmtime-wasi from 39.0.1 to 40.0.2#150dependabot[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: 52739c93ec
ℹ️ 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 = "39.0.1", features = ["cache", "cranelift"] } | ||
| wasmtime-wasi = "39.0.1" | ||
| wasmtime-wasi = "40.0.2" |
There was a problem hiding this comment.
Align wasmtime-wasi with wasmtime to avoid type split
With wasmtime = 39.0.1 pinned while bumping wasmtime-wasi = 40.0.2, Cargo resolves two different wasmtime crates. wasmtime-wasi 40 uses wasmtime 40 types, but the runtime code passes wasmtime::Linker/Store from 39 into wasmtime_wasi::p1::add_to_linker_sync (see crates/runtime/src/runtime.rs around the linker setup), which will not type-check across crate versions. This should be updated to keep both crates on the same version to avoid a compile-time failure in the runtime crate.
Useful? React with 👍 / 👎.
52739c9 to
300aee6
Compare
Bumps [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) from 39.0.1 to 40.0.2. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v40.0.2/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v39.0.1...v40.0.2) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 40.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
300aee6 to
62a8b2c
Compare
|
Superseded by #155. |
Bumps wasmtime-wasi from 39.0.1 to 40.0.2.
Release notes
Sourced from wasmtime-wasi's releases.
... (truncated)
Changelog
Sourced from wasmtime-wasi's changelog.
... (truncated)
Commits
bb9ef67Release Wasmtime 40.0.2 (#12346)f5728ae[40.0.x] Backport a few codegen fixes (#12345)27a0a94Cranelift: x64: fix user-controlled recursion in cmp emission. (#12333) (#12341)918e5dcRelease Wasmtime 40.0.1 (#12271)01cc1c0Migrate this workspace to using trusted publishing (#12257) (#12265)0807b00Release Wasmtime 40.0.0 (#12192)fadd22a[40.0.0] trap on blocking call in sync task before return (#12144)c242041Add release notes (#12132)ac3358bFix various broken links in docs. (#12125)058a9bcComponents: implement exception-tag translation in core module types. (#12122)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)