wasmer/lib/clif-backend/Cargo.toml

21 lines
557 B
TOML
Raw Normal View History

[package]
name = "wasmer-clif-backend"
2019-01-24 00:33:44 +00:00
version = "0.1.1"
description = "Wasmer runtime Cranelift compiler backend"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
2019-01-24 00:33:44 +00:00
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[dependencies]
2019-01-24 00:33:44 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.1.1" }
cranelift-native = "0.26.0"
cranelift-codegen = "0.26.0"
cranelift-entity = "0.26.0"
cranelift-wasm = "0.26.0"
hashbrown = "0.1"
target-lexicon = "0.2.0"
wasmparser = "0.23.0"
2019-01-11 05:37:59 +00:00
byteorder = "1"
nix = "0.12.0"