Update poll_oneoff's signature

This PR updates `wasmtime_wasi` crate by adjusting `poll_oneoff`'s
signature to that introduced in `wasi_common` in
CraneStation/wasi-common#137. This change is required in order to
fix #440.
This commit is contained in:
Jakub Konka
2019-10-23 21:24:54 +02:00
parent a7fa6bdb31
commit 875eea6052
4 changed files with 5 additions and 4 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 = "c3bf040"}
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "3a374d0"}
docopt = "1.0.1"
serde = { "version" = "1.0.94", features = ["derive"] }
faerie = "0.11.0"