Update the pinned wasmtime revision.
This resynchronizes the versions of cranelift used in wasi-common and wasmtime to 0.40.
This commit is contained in:
@@ -26,10 +26,10 @@ winx = { path = "winx" }
|
|||||||
winapi = "0.3"
|
winapi = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" }
|
wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
|
||||||
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" }
|
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
|
||||||
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" }
|
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
|
||||||
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" }
|
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" }
|
||||||
cranelift-codegen = "0.40.0"
|
cranelift-codegen = "0.40.0"
|
||||||
cranelift-entity = "0.40.0"
|
cranelift-entity = "0.40.0"
|
||||||
cranelift-wasm = "0.40.0"
|
cranelift-wasm = "0.40.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user