Update supported Wasmtime versions - #537
Merged
jsturtevant merged 2 commits intoSep 4, 2026
Merged
jsturtevant merged 2 commits into
jsturtevant merged 2 commits into
Conversation
ludfjig
previously approved these changes
Sep 3, 2026
Contributor
Author
|
wasn't able to go to wasmtime 48 due to #538 |
jsturtevant
enabled auto-merge (squash)
September 3, 2026 21:26
Bump the latest Wasmtime track to 47.0.4 and the LTS track to 36.0.14 while retaining Rust 1.94 compatibility. Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
jsturtevant
force-pushed
the
jsturtevant-potential-guacamole
branch
from
September 3, 2026 22:16
9b9c4fd to
b014e63
Compare
Wasmtime 47 passes a TLS slot index through the custom platform ABI. Use shared indexed storage for both supported ABIs while keeping the LTS implementation on its implicit slot zero. Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
jsturtevant
force-pushed
the
jsturtevant-potential-guacamole
branch
from
September 3, 2026 22:17
b014e63 to
2332331
Compare
ludfjig
approved these changes
Sep 3, 2026
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.
Updates both supported Wasmtime tracks to the newest releases compatible with Rust 1.94. The default LTS track moves to 36.0.14 and the opt-in latest track moves to 47.0.4, keeping runtime and AOT compilation aligned without requiring Rust 1.95.