Use preopen_dir handlers exposed in wasi-common

This commit is contained in:
Jakub Konka
2019-06-04 08:06:22 +02:00
committed by Dan Gohman
parent ab8f8ef5d8
commit ce8912abf3
2 changed files with 2 additions and 30 deletions

View File

@@ -31,6 +31,7 @@ wasmtime-jit = { path = "wasmtime-jit" }
wasmtime-obj = { path = "wasmtime-obj" }
wasmtime-wast = { path = "wasmtime-wast" }
wasmtime-wasi = { path = "wasmtime-wasi" }
wasi-common = { git = "https://github.com/CraneStation/wasi-common" }
docopt = "1.0.1"
serde = "1.0.75"
serde_derive = "1.0.75"
@@ -45,9 +46,6 @@ errno = "0.2.4"
[target.'cfg(unix)'.dependencies]
wasmtime-wasi-c = { path = "wasmtime-wasi-c" }
[target.'cfg(windows)'.dependencies]
winapi = "0.3"
[workspace]
[features]