mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
88eb1d39a5
# Conflicts: # lib/clif-backend/Cargo.toml
18 lines
414 B
TOML
18 lines
414 B
TOML
[package]
|
|
name = "wasmer-clif-backend"
|
|
version = "0.2.0"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmer-runtime-core = { path = "../runtime-core" }
|
|
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"
|
|
byteorder = "1"
|
|
nix = "0.12.0"
|