wasmer/lib/emscripten/Cargo.toml
2019-11-13 15:46:09 -08:00

24 lines
617 B
TOML

[package]
name = "wasmer-emscripten"
version = "0.10.1"
description = "Wasmer runtime emscripten implementation library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "ABI", "emscripten", "posix"]
categories = ["wasm"]
edition = "2018"
[dependencies]
byteorder = "1.3"
lazy_static = "1.4"
libc = "0.2.60"
time = "0.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" }
[target.'cfg(windows)'.dependencies]
getrandom = "0.1"
[features]
debug = ["wasmer-runtime-core/debug"]