Use new WasiCtxBuilder types from wasi-common (#490)
* use new `WasiCtxBuilder` types from wasi-common * Update wasi-common deps
This commit is contained in:
committed by
Jakub Konka
parent
9e373d1b6b
commit
ab3cd945bc
@@ -35,7 +35,7 @@ core = ["hashbrown/nightly", "cranelift-codegen/core", "cranelift-wasm/core", "w
|
||||
|
||||
[dev-dependencies]
|
||||
# for wasmtime.rs
|
||||
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"] }
|
||||
pretty_env_logger = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user