mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
21 lines
461 B
TOML
21 lines
461 B
TOML
[package]
|
|
name = "wasmer-clif-backend"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Lachlan Sneff <lachlan.sneff@gmail.com>",
|
|
"Steve Akinyemi <steve@wasmer.io>",
|
|
"Syrus Akbary <syrus@wasmer.io>"
|
|
]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmer-runtime = { path = "../runtime" }
|
|
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"
|