Use new WasiCtxBuilder types from wasi-common (#490)

* use new `WasiCtxBuilder` types from wasi-common

* Update wasi-common deps
This commit is contained in:
Adam C. Foltzer
2019-11-07 03:25:43 -08:00
committed by Jakub Konka
parent 9e373d1b6b
commit ab3cd945bc
4 changed files with 6 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ wasmtime-obj = { path = "wasmtime-obj" }
wasmtime-wast = { path = "wasmtime-wast" }
wasmtime-wasi = { path = "wasmtime-wasi" }
wasmtime-wasi-c = { path = "wasmtime-wasi-c", optional = true }
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "37ce4ba"}
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "2fe3530"}
docopt = "1.0.1"
serde = { "version" = "1.0.94", features = ["derive"] }
faerie = "0.12.0"