2019-01-08 21:04:03 +00:00
|
|
|
[package]
|
|
|
|
name = "wasmer-clif-backend"
|
|
|
|
version = "0.1.0"
|
2019-01-11 05:37:59 +00:00
|
|
|
authors = [
|
|
|
|
"Lachlan Sneff <lachlan.sneff@gmail.com>",
|
|
|
|
"Steve Akinyemi <steve@wasmer.io>",
|
|
|
|
"Syrus Akbary <syrus@wasmer.io>"
|
|
|
|
]
|
2019-01-08 21:04:03 +00:00
|
|
|
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"
|
2019-01-09 23:31:11 +00:00
|
|
|
wasmparser = "0.23.0"
|
2019-01-11 05:37:59 +00:00
|
|
|
byteorder = "1"
|