wasmer/lib/singlepass-backend/Cargo.toml

22 lines
546 B
TOML
Raw Permalink Normal View History

[package]
2019-04-11 19:44:03 +00:00
name = "wasmer-singlepass-backend"
2019-07-31 17:28:45 +00:00
version = "0.6.0"
repository = "https://github.com/wasmerio/wasmer"
2019-04-11 19:44:03 +00:00
description = "Wasmer runtime single pass compiler backend"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
2019-07-25 01:06:59 +00:00
readme = "README.md"
[dependencies]
2019-07-31 17:28:45 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
wasmparser = "0.35.1"
dynasm = "0.3.2"
2019-02-11 16:51:26 +00:00
dynasmrt = "0.3.1"
2019-08-01 06:21:56 +00:00
lazy_static = "1.3.0"
2019-08-01 06:03:52 +00:00
byteorder = "1.3.2"
nix = "0.14.1"
libc = "0.2.60"
2019-08-01 06:21:56 +00:00
smallvec = "0.6.10"
colored = "1.8"