Use the default features for wasmparser

This commit is contained in:
Brandon Fish
2019-09-21 13:59:08 -05:00
parent f48d6f6690
commit a1a88c6eb8
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ cranelift-entity = { git = "https://github.com/wasmerio/cranelift", branch = "fe
cranelift-frontend = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
cranelift-wasm = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
target-lexicon = "0.8.1"
wasmparser = { version = "0.37.0", default-features = false }
wasmparser = "0.37.0"
byteorder = "1.3.2"
nix = "0.15.0"
libc = "0.2.60"

View File

@ -7,7 +7,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = { version = "0.37.0", default-features = false }
wasmparser = "0.37.0"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"

View File

@ -12,7 +12,7 @@ libc = "0.2.60"
wasmer-runtime-core = { path = "../runtime-core" }
failure = "0.1"
tar = "0.4"
wasmparser = { version = "0.37.0", default-features = false }
wasmparser = "0.37.0"
zstd = "0.4"
# [target.'cfg(unix)'.dependencies.zbox]

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
nix = "0.15"
page_size = "0.4"
wasmparser = { version = "0.37.0", default-features = false }
wasmparser = "0.37.0"
parking_lot = "0.9"
lazy_static = "1.4"
errno = "0.2"

View File

@ -10,7 +10,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = { version = "0.37.0", default-features = false }
wasmparser = "0.37.0"
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.4"