mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-30 00:51:34 +00:00
Fix emscripten imports
This commit is contained in:
@ -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
Reference in New Issue
Block a user