wasmer/lib/singlepass-backend/Cargo.toml
2019-10-02 15:40:35 -07:00

21 lines
521 B
TOML

[package]
name = "wasmer-singlepass-backend"
version = "0.8.0"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime single pass compiler backend"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.8.0" }
wasmparser = "0.39.1"
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.4"
byteorder = "1.3"
nix = "0.15"
libc = "0.2.60"
smallvec = "0.6"