mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
16 lines
490 B
TOML
16 lines
490 B
TOML
|
[package]
|
||
|
name = "wasmer-llvm-backend-tests"
|
||
|
version = "0.10.2"
|
||
|
authors = ["Nick Lewycky <nick@wasmer.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
wabt = "0.9.1"
|
||
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.11.0" }
|
||
|
wasmer-runtime = { path = "../runtime", version = "0.11.0" }
|
||
|
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.11.0", features = ["test"] }
|
||
|
|
||
|
[features]
|