Fix preopening dirs on Windows

This commit is contained in:
Jakub Konka
2019-05-21 22:59:56 +02:00
committed by Dan Gohman
parent 635be8a032
commit e530a582af
2 changed files with 32 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ errno = "0.2.4"
[target.'cfg(unix)'.dependencies]
wasmtime-wasi-c = { path = "wasmtime-wasi-c" }
[target.'cfg(windows)'.dependencies]
winapi = "0.3"
[workspace]
[features]