wasmer-emscripten 1.0.0-alpha01.0

Wasmer runtime emscripten implementation library
Documentation
[package]
name = "wasmer-emscripten"
version = "1.0.0-alpha01.0"
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"]
readme = "README.md"
edition = "2018"

[dependencies]
byteorder = "1.3"
lazy_static = "1.4"
libc = "^0.2.69"
log = "0.4"
time = "0.1"
wasmer = { path = "../api", version = "1.0.0-alpha01.0", default-features = false }

[target.'cfg(windows)'.dependencies]
getrandom = "0.1"