20 lines
501 B
TOML
Raw Normal View History

[package]
2019-04-11 12:44:03 -07:00
name = "wasmer-singlepass-backend"
2019-11-11 16:21:46 -08:00
version = "0.10.1"
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"
2019-07-24 18:06:59 -07:00
readme = "README.md"
[dependencies]
2019-11-11 16:21:46 -08:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" }
dynasm = "0.3.2"
2019-02-12 00:51:26 +08:00
dynasmrt = "0.3.1"
lazy_static = "1.4"
byteorder = "1.3"
nix = "0.15"
2019-07-31 23:03:52 -07:00
libc = "0.2.60"
smallvec = "0.6"