mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-12 22:05:33 +00:00
Fixed WASI tests
This commit is contained in:
parent
e82ffe2457
commit
b9237a9f00
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1621,6 +1621,7 @@ dependencies = [
|
||||
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-clif-backend 0.5.3",
|
||||
"wasmer-dev-utils 0.5.3",
|
||||
"wasmer-llvm-backend 0.5.3",
|
||||
"wasmer-runtime-core 0.5.3",
|
||||
"wasmer-singlepass-backend 0.5.3",
|
||||
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -19,6 +19,7 @@ log = "0.4.6"
|
||||
byteorder = "1.3.1"
|
||||
# hack to get tests to work
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.3", optional = true }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.3", optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = "0.3"
|
||||
@ -33,3 +34,4 @@ wasmer-dev-utils = { path = "../dev-utils", version = "0.5.3"}
|
||||
[features]
|
||||
clif = []
|
||||
singlepass = ["wasmer-singlepass-backend"]
|
||||
llvm = ["wasmer-llvm-backend"]
|
||||
|
Loading…
Reference in New Issue
Block a user