Skip to content

Commit 33ceaf0

Browse files
authored
temporarily switch to Wasmtime commit 0b632023 (#2243)
This commit is from the `release-17.0.0` branch just prior to when `wasmtime-wasi` was updated to the `rc-2024-01-16` WASI snapshot, which we don't yet support. Updating the code should be easy enough, but we'll wait for the final Wasmtime 17 release before we do that. Signed-off-by: Joel Dice <[email protected]>
1 parent 4ed8f53 commit 33ceaf0

File tree

4 files changed

+81
-81
lines changed

4 files changed

+81
-81
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ reqwest = { version = "0.11", features = ["stream", "blocking"] }
131131
tracing = { version = "0.1", features = ["log"] }
132132

133133
# TODO: update to final 17.0.0 release once it's available
134-
wasi-common-preview1 = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-17.0.0", package = "wasi-common" }
135-
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-17.0.0", features = [
134+
wasi-common-preview1 = { git = "https://github.com/bytecodealliance/wasmtime", rev = "0b632023", package = "wasi-common" }
135+
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "0b632023", features = [
136136
"component-model",
137137
] }
138-
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-17.0.0", features = [
138+
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "0b632023", features = [
139139
"tokio",
140140
] }
141-
wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-17.0.0" }
141+
wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", rev = "0b632023" }
142142

143143
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "191789170abde10cd55590466c0660dd6c7d472a" }
144144

0 commit comments

Comments
 (0)