Add wasmtime as default runtime for integration tests

This commit is contained in:
Jakub Konka
2019-06-19 07:58:02 +02:00
committed by Dan Gohman
parent 513429f1b8
commit 6ca01ce546
4 changed files with 1333 additions and 0 deletions

View File

@@ -23,6 +23,17 @@ nix = "0.13"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features=["std", "handleapi", "processthreadsapi", "winbase", "ws2def", "fileapi"] }
[dev-dependencies]
wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime" }
cranelift-codegen = "0.30.0"
cranelift-entity = "0.30.0"
cranelift-wasm = "0.30.0"
cranelift-native = "0.30.0"
target-lexicon = "0.3.0"
pretty_env_logger = "0.3"
[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]