Merge remote-tracking branch 'origin/master' into integrate-lightbeam

This commit is contained in:
Dan Gohman
2019-10-04 16:11:12 -07:00
3 changed files with 3 additions and 3 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 = "8ea7a983d8b1364e5f62d2adf0e74b3b8db1c9b3"}
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "603f7a9"}
docopt = "1.0.1"
serde = { "version" = "1.0.94", features = ["derive"] }
faerie = "0.11.0"