Skip to content

Commit e5921ae

Browse files
authored
update to Wasmtime 17 and WASI 0.2.0 (#2250)
I've taken this opportunity to rename the wit directories to reflect the WASI snapshots they correspond to. Note that the Rust and Go SDKs continue to target the 2023-10-18 snapshot for compatibility. Likewise, `spin-world`. `spin-trigger-http`, however, can handle components targeting either 2023-10-18, 2023-11-10, or the final 0.2.0 release of WASI. Signed-off-by: Joel Dice <[email protected]>
1 parent 93d22a9 commit e5921ae

File tree

138 files changed

+2814
-382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+2814
-382
lines changed

Cargo.lock

Lines changed: 76 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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,12 @@ hyper = { version = "1.0.0", features = ["full"] }
130130
reqwest = { version = "0.11", features = ["stream", "blocking"] }
131131
tracing = { version = "0.1", features = ["log"] }
132132

133-
# TODO: update to final 17.0.0 release once it's available
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 = [
136-
"component-model",
137-
] }
138-
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "0b632023", features = [
133+
wasi-common-preview1 = { version = "17.0.0", package = "wasi-common" }
134+
wasmtime = "17.0.0"
135+
wasmtime-wasi = { version = "17.0.0", features = [
139136
"tokio",
140137
] }
141-
wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", rev = "0b632023" }
138+
wasmtime-wasi-http = "17.0.0"
142139

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

0 commit comments

Comments
 (0)