wasmer/lib/emscripten/Cargo.toml

19 lines
493 B
TOML
Raw Normal View History

2019-01-10 21:37:59 -08:00
[package]
name = "wasmer-emscripten"
2019-07-05 13:35:55 -07:00
version = "0.5.4"
2019-01-23 16:33:44 -08:00
description = "Wasmer runtime emscripten implementation library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
2019-01-23 16:33:44 -08:00
repository = "https://github.com/wasmerio/wasmer"
2019-01-10 21:37:59 -08:00
edition = "2018"
[dependencies]
byteorder = "1"
hashbrown = "0.1"
lazy_static = "1.2.0"
2019-02-25 13:28:37 -08:00
libc = "0.2.49"
2019-01-10 21:37:59 -08:00
time = "0.1.41"
2019-07-05 13:35:55 -07:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.4" }
2019-01-10 21:37:59 -08:00
[target.'cfg(windows)'.dependencies]
rand = "0.6"