1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-19 17:40:50 +00:00
Mark McCaskey ce21910077 Prepare for 0.14.1 release
0.14.1 differs from 0.14.0 primarily in that the GNU/Linux build is
built on Ubuntu 16.04 instead of 18.04, meaning we'll use an earlier
version of GLIBC.
2020-02-24 13:20:12 -08:00

17 lines
506 B
TOML

[package]
name = "wasmer-llvm-backend-tests"
version = "0.10.2"
authors = ["Nick Lewycky <nick@wasmer.io>"]
license = "MIT"
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.14.1" }
wasmer-runtime = { path = "../runtime", version = "0.14.1" }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"] }
[features]