2019-01-11 05:37:59 +00:00
|
|
|
[package]
|
|
|
|
name = "wasmer-emscripten"
|
2019-01-11 16:10:21 +00:00
|
|
|
version = "0.1.4"
|
2019-01-11 05:37:59 +00:00
|
|
|
authors = [
|
|
|
|
"Lachlan Sneff <lachlan.sneff@gmail.com>",
|
|
|
|
"Steve Akinyemi <steve@wasmer.io>",
|
|
|
|
"Mackenzie Clark <mackenzie@wasmer.io>",
|
|
|
|
"Brandon Fish <brandon@wasmer.io>",
|
|
|
|
"Syrus Akbary <syrus@wasmer.io>"
|
|
|
|
]
|
|
|
|
edition = "2018"
|
|
|
|
build = "build/mod.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-01-11 16:10:21 +00:00
|
|
|
hashbrown = "0.1"
|
2019-01-11 05:37:59 +00:00
|
|
|
wasmer-runtime = { path = "../runtime" }
|
|
|
|
libc = { git = "https://github.com/rust-lang/libc" }
|
|
|
|
byteorder = "1"
|
|
|
|
time = "0.1.41"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
wasmer-clif-backend = { path = "../clif-backend" }
|
|
|
|
wabt = "0.7.2"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
glob = "0.2.11"
|