Fix emscripten imports

This commit is contained in:
Steve Akinyemi
2019-01-11 17:10:21 +01:00
parent b7b6e9e319
commit 76f6d3c33c
7 changed files with 1026 additions and 897 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-emscripten"
version = "0.1.1"
version = "0.1.4"
authors = [
"Lachlan Sneff <lachlan.sneff@gmail.com>",
"Steve Akinyemi <steve@wasmer.io>",
@ -12,6 +12,7 @@ edition = "2018"
build = "build/mod.rs"
[dependencies]
hashbrown = "0.1"
wasmer-runtime = { path = "../runtime" }
libc = { git = "https://github.com/rust-lang/libc" }
byteorder = "1"

File diff suppressed because it is too large Load Diff