mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
26 lines
584 B
TOML
26 lines
584 B
TOML
[package]
|
|
name = "wasmer-emscripten"
|
|
version = "0.1.1"
|
|
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]
|
|
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"
|