mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
88eb1d39a5
# Conflicts: # lib/clif-backend/Cargo.toml
21 lines
455 B
TOML
21 lines
455 B
TOML
[package]
|
|
name = "wasmer-emscripten"
|
|
version = "0.2.0"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
edition = "2018"
|
|
build = "build/mod.rs"
|
|
|
|
[dependencies]
|
|
hashbrown = "0.1"
|
|
wasmer-runtime-core = { path = "../runtime-core" }
|
|
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"
|