2019-11-22 16:33:16 -08:00
|
|
|
[package]
|
|
|
|
name = "wasmer-llvm-backend-tests"
|
|
|
|
version = "0.10.2"
|
|
|
|
authors = ["Nick Lewycky <nick@wasmer.io>"]
|
2019-12-22 12:28:33 +01:00
|
|
|
license = "MIT"
|
2019-11-22 16:33:16 -08:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
wabt = "0.9.1"
|
2020-02-24 13:17:15 -08:00
|
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
|
|
|
|
wasmer-runtime = { path = "../runtime", version = "0.14.1" }
|
|
|
|
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"] }
|
2019-11-22 16:33:16 -08:00
|
|
|
|
|
|
|
[features]
|