Bump wasmtime + deterministic-wasi-ctx to 44.0.1 / 4.0.2#1204
Merged
saulecabrera merged 1 commit intobytecodealliance:mainfrom May 6, 2026
Merged
Conversation
Combines the four interdependent Dependabot PRs (bytecodealliance#1192, bytecodealliance#1193, bytecodealliance#1194, bytecodealliance#1196) into a single update. The wasmtime, wasmtime-wasi, and wasmtime-wizer crates must move together at 44.0.1, and deterministic-wasi-ctx 4.0.2 is the version that depends on wasmtime 44, so each PR fails on its own.
dc5dd70 to
aefed0f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Combines four interdependent Dependabot bumps into a single PR. They have to move together because each one fails on its own —
wasmtime,wasmtime-wasi, andwasmtime-wizerare version-locked at44.0.1, anddeterministic-wasi-ctx 4.0.2is the version that pulls in wasmtime 44.wasmtime43.0.1 → 44.0.1 (supersedes Bump wasmtime from 43.0.1 to 44.0.1 #1193)wasmtime-wasi43.0.1 → 44.0.1 (supersedes Bump wasmtime-wasi from 43.0.1 to 44.0.1 #1194)wasmtime-wizer43.0.1 → 44.0.1 (supersedes Bump wasmtime-wizer from 43.0.1 to 44.0.1 #1192)deterministic-wasi-ctx4.0.1 → 4.0.2 (supersedes Bump deterministic-wasi-ctx from 4.0.1 to 4.0.2 #1196)No source changes were needed for the wasmtime 43→44 bump —
cargo checkagainstjavy-codegen,javy-runner,javy-plugin-processing, andjavy-cliall compile clean against the new API. Wasmtime 44.0.1 also includes a security fix for GHSA-p8xm-42r7-89xg (table-allocation panic).