Replace wasm32 with wasi and wasi32
This commit syncs `wasmtime-wasi` crate with the latest refactoring applied to `wasi-common` crate. Namely, `wasm32` is replaced with two modules: `wasi` and `wasi32`. This change can be tracked via CraneStation/wasi-common#151.
This commit is contained in:
@@ -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 = "3a374d0"}
|
||||
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "37ce4ba"}
|
||||
docopt = "1.0.1"
|
||||
serde = { "version" = "1.0.94", features = ["derive"] }
|
||||
faerie = "0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user