extension: Update wasi preview adapter (#30759)
Replace dynamic downloading of WASI adapter with the provided crate. More importantly, this makes sure we are using the same adapter version as our version of wasmtime, which includes several fixes. Arguably we could also at this point update to wasm32-wasip2 target and remove this dependency as well if we want, but that might need further testing. Release Notes: - N/A
This commit is contained in:
parent
72007c9a62
commit
355266988d
4 changed files with 14 additions and 36 deletions
|
@ -594,6 +594,7 @@ url = "2.2"
|
|||
urlencoding = "2.1.2"
|
||||
uuid = { version = "1.1.2", features = ["v4", "v5", "v7", "serde"] }
|
||||
walkdir = "2.3"
|
||||
wasi-preview1-component-adapter-provider = "29"
|
||||
wasm-encoder = "0.221"
|
||||
wasmparser = "0.221"
|
||||
wasmtime = { version = "29", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue