Bump Wasmtime to v49.0.0 prerelease - #3710
Conversation
Signed-off-by: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com>
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
alexcrichton
left a comment
There was a problem hiding this comment.
lgtm, although if more is needed other than a Rust update in CI I can look more closely at the other changes too
| wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-49.0.0" } | ||
| wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-49.0.0", features = ["p3"] } | ||
| wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-49.0.0", features = ["p3", "component-model-async"] } | ||
| wit-component = "0.247.0" |
There was a problem hiding this comment.
I realize this is automation-generated but one possible tweak, now that this is the first release this is in effect, would be to use 49.0.0-rc.1 on crates.io which would avoid the need for git deps
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
|
I've re-run the tests in case of flakiness, but |
|
Definitely looks like a Wasmtime-side issue, I'll poke at it today |
|
Ok I've attempted a draft fix for that issue at bytecodealliance/wasmtime#14302, will report back here when that's ready. |
Bumps Wasmtime to v49.0.0 prerelease