Bump wasi-common rev
This commit is contained in:
@@ -32,7 +32,7 @@ wasmtime-obj = { path = "wasmtime-obj" }
|
|||||||
wasmtime-wast = { path = "wasmtime-wast" }
|
wasmtime-wast = { path = "wasmtime-wast" }
|
||||||
wasmtime-wasi = { path = "wasmtime-wasi" }
|
wasmtime-wasi = { path = "wasmtime-wasi" }
|
||||||
wasmtime-wasi-c = { path = "wasmtime-wasi-c", optional = true }
|
wasmtime-wasi-c = { path = "wasmtime-wasi-c", optional = true }
|
||||||
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "c3994bf57b5d2f1f973b0e4e37bc385695aa4ed2"}
|
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "8ea7a983d8b1364e5f62d2adf0e74b3b8db1c9b3"}
|
||||||
docopt = "1.0.1"
|
docopt = "1.0.1"
|
||||||
serde = { "version" = "1.0.94", features = ["derive"] }
|
serde = { "version" = "1.0.94", features = ["derive"] }
|
||||||
faerie = "0.10.1"
|
faerie = "0.10.1"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ readme = "README.md"
|
|||||||
wasmtime-runtime = { path = "../wasmtime-runtime" }
|
wasmtime-runtime = { path = "../wasmtime-runtime" }
|
||||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||||
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "c3994bf57b5d2f1f973b0e4e37bc385695aa4ed2"}
|
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "8ea7a983d8b1364e5f62d2adf0e74b3b8db1c9b3"}
|
||||||
cranelift-codegen = { version = "0.38.0", features = ["enable-serde"] }
|
cranelift-codegen = { version = "0.38.0", features = ["enable-serde"] }
|
||||||
cranelift-entity = { version = "0.38.0", features = ["enable-serde"] }
|
cranelift-entity = { version = "0.38.0", features = ["enable-serde"] }
|
||||||
cranelift-wasm = { version = "0.38.0", features = ["enable-serde"] }
|
cranelift-wasm = { version = "0.38.0", features = ["enable-serde"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user