2019-02-08 15:56:14 +00:00
|
|
|
[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"
|
2019-02-08 15:56:14 +00:00
|
|
|
repository = "https://github.com/wasmerio/wasmer"
|
2019-04-11 19:44:03 +00:00
|
|
|
description = "Wasmer runtime single pass compiler backend"
|
2019-02-08 15:56:14 +00:00
|
|
|
license = "MIT"
|
|
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
|
|
edition = "2018"
|
2019-07-25 01:06:59 +00:00
|
|
|
readme = "README.md"
|
2019-02-08 15:56:14 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-07-31 17:28:45 +00:00
|
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
|
2019-08-01 01:12:00 +00:00
|
|
|
wasmparser = "0.35.1"
|
2019-05-06 14:15:30 +00:00
|
|
|
dynasm = "0.3.2"
|
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"
|
2019-07-11 10:28:56 +00:00
|
|
|
nix = "0.14.0"
|
2019-03-17 02:27:14 +00:00
|
|
|
libc = "0.2.49"
|
2019-04-11 01:31:54 +00:00
|
|
|
smallvec = "0.6.9"
|
2019-04-11 02:06:47 +00:00
|
|
|
hashbrown = "0.1"
|
2019-06-24 19:55:33 +00:00
|
|
|
colored = "1.8"
|