wasmer/lib/dynasm-backend/Cargo.toml

19 lines
474 B
TOML
Raw Normal View History

[package]
name = "wasmer-dynasm-backend"
version = "0.1.0"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime Dynasm compiler backend"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
[dependencies]
2019-02-11 16:51:26 +00:00
wasmer-runtime-core = { path = "../runtime-core" }
wasmparser = "0.28.0"
2019-03-17 16:31:36 +00:00
dynasm = "0.3.1"
2019-02-11 16:51:26 +00:00
dynasmrt = "0.3.1"
2019-02-23 16:51:47 +00:00
lazy_static = "1.2.0"
byteorder = "1"
nix = "0.13.0"
libc = "0.2.49"
hashbrown = "0.1"