21 lines
522 B
TOML
Raw Normal View History

[package]
2019-04-11 12:44:03 -07:00
name = "wasmer-singlepass-backend"
2019-04-29 13:26:51 -07:00
version = "0.4.0"
repository = "https://github.com/wasmerio/wasmer"
2019-04-11 12:44:03 -07:00
description = "Wasmer runtime single pass compiler backend"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
[dependencies]
2019-04-29 13:26:51 -07:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.4.0" }
wasmparser = "0.29.2"
2019-03-18 00:31:36 +08:00
dynasm = "0.3.1"
2019-02-12 00:51:26 +08:00
dynasmrt = "0.3.1"
2019-02-24 00:51:47 +08:00
lazy_static = "1.2.0"
byteorder = "1"
nix = "0.13.0"
libc = "0.2.49"
2019-04-11 09:31:54 +08:00
smallvec = "0.6.9"
hashbrown = "0.1"