Update to Wasmtime 46 and WASI 0.3.0, retaining support for 0.3.0-rc-2026-03-15#3595
Merged
Conversation
219d99a to
8410a57
Compare
Signed-off-by: Joel Dice <joel.dice@akamai.com>
Signed-off-by: Joel Dice <joel.dice@akamai.com>
Signed-off-by: Joel Dice <joel.dice@akamai.com>
See spinframework#3598 for details. Signed-off-by: Joel Dice <joel.dice@akamai.com>
Signed-off-by: Joel Dice <joel.dice@akamai.com>
alexcrichton
approved these changes
Jul 7, 2026
alexcrichton
left a comment
Contributor
There was a problem hiding this comment.
Thanks for doing this! Clearly a lot of work went into this and I'm glad at least that it all worked out without having any hiccups to address upstream in addition to this. I looked over everything and it all looks good to me 👍
The one bit I'm not the most comfortable reviewing is the CI adjustments, but if you've already discussed that with others that sounds reasonable too
itowlson
approved these changes
Jul 7, 2026
itowlson
left a comment
Collaborator
There was a problem hiding this comment.
Maintainer rubber-stamp for Alex's review!
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.
The first commit just updates Wasmtime; the second commit adds shims to support 0.3.0-rc-2026-03-15.
This is a draft for now, while I investigate an odd regression inEDIT: this seems to be due to how my local version of Rust compiles the guest code rather than anything that changed in Spin or Wasmtime.test_max_memory_size_violated.