Patch wasmtime-wasi to use this wasi-common version

This commit is contained in:
Jakub Konka
2019-06-25 12:19:42 +02:00
committed by Dan Gohman
parent 81b673f908
commit 656112d00b
3 changed files with 5 additions and 1161 deletions

View File

@@ -27,12 +27,16 @@ winapi = { version = "0.3", features=["std", "handleapi", "processthreadsapi", "
wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime" }
cranelift-codegen = "0.30.0"
cranelift-entity = "0.30.0"
cranelift-wasm = "0.30.0"
cranelift-native = "0.30.0"
target-lexicon = "0.3.0"
[patch."https://github.com/CraneStation/wasi-common"]
wasi-common = { path = "." }
[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]