Skip to content

Commit

Permalink
chore: bump wasmtime to 8 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: mossaka <[email protected]>
  • Loading branch information
Mossaka committed Apr 27, 2023
1 parent c2665d7 commit fe70750
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 56 deletions.
122 changes: 69 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/containerd-shim-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ttrpc = { workspace = true }
# 2. Because it pulls in a lot of dependencies that we don't need
# 3. Because that dependency (wasmtime-fiber) links to native code
# 4. The wasmedge shim also uses wasmtime-fiber... which means those transative dependencies need to be the same or compilation fails
wasmtime = { version = "7.0", default-features = false, features = [
wasmtime = { version = "8.0", default-features = false, features = [
'cache',
'wat',
'jitdump',
Expand All @@ -24,8 +24,8 @@ wasmtime = { version = "7.0", default-features = false, features = [
'vtune',
]}

wasmtime-wasi = "7.0"
wasi-common = "7.0"
wasmtime-wasi = "8.0"
wasi-common = "8.0"
chrono = { workspace = true }
anyhow = { workspace = true }
cap-std = { workspace = true }
Expand Down

0 comments on commit fe70750

Please sign in to comment.