Skip to content

Commit

Permalink
Merge pull request #2082 from fermyon/update-wasmtime-backport
Browse files Browse the repository at this point in the history
Update wasmtime backport revision
  • Loading branch information
lann authored Nov 10, 2023
2 parents 3fbff44 + 6d1c29d commit 2db5204
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 81 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ tracing = { version = "0.1", features = ["log"] }

# Use forked wasmtime 14.0.4 with backported patches to fix a performance regression
# TODO: Replace with wasmtime 15 release.
wasi-common-preview1 = { git = "https://github.com/fermyon/wasmtime", rev = "69aa4526eab5fc71fbf0df5088b648c7a7db6c04", package = "wasi-common" }
wasmtime = { git = "https://github.com/fermyon/wasmtime", rev = "69aa4526eab5fc71fbf0df5088b648c7a7db6c04" , features = ["component-model"] }
wasmtime-wasi = { git = "https://github.com/fermyon/wasmtime", rev = "69aa4526eab5fc71fbf0df5088b648c7a7db6c04", features = ["tokio"] }
wasmtime-wasi-http = { git = "https://github.com/fermyon/wasmtime", rev = "69aa4526eab5fc71fbf0df5088b648c7a7db6c04" }
wasi-common-preview1 = { git = "https://github.com/fermyon/wasmtime", rev = "a2fa8fe7de1e918eae06d78de53451832ba380b6", package = "wasi-common" }
wasmtime = { git = "https://github.com/fermyon/wasmtime", rev = "a2fa8fe7de1e918eae06d78de53451832ba380b6" , features = ["component-model"] }
wasmtime-wasi = { git = "https://github.com/fermyon/wasmtime", rev = "a2fa8fe7de1e918eae06d78de53451832ba380b6", features = ["tokio"] }
wasmtime-wasi-http = { git = "https://github.com/fermyon/wasmtime", rev = "a2fa8fe7de1e918eae06d78de53451832ba380b6" }

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

Expand Down
Loading

0 comments on commit 2db5204

Please sign in to comment.