[package] name = "wasmer-emscripten" version = "0.1.4" authors = [ "Lachlan Sneff ", "Steve Akinyemi ", "Mackenzie Clark ", "Brandon Fish ", "Syrus Akbary " ] edition = "2018" build = "build/mod.rs" [dependencies] hashbrown = "0.1" 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"