mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
Use the default features for wasmparser
This commit is contained in:
@ -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-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" }
|
cranelift-wasm = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
|
||||||
target-lexicon = "0.8.1"
|
target-lexicon = "0.8.1"
|
||||||
wasmparser = { version = "0.37.0", default-features = false }
|
wasmparser = "0.37.0"
|
||||||
byteorder = "1.3.2"
|
byteorder = "1.3.2"
|
||||||
nix = "0.15.0"
|
nix = "0.15.0"
|
||||||
libc = "0.2.60"
|
libc = "0.2.60"
|
||||||
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
|
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"
|
smallvec = "0.6"
|
||||||
goblin = "0.0.24"
|
goblin = "0.0.24"
|
||||||
libc = "0.2.60"
|
libc = "0.2.60"
|
||||||
|
@ -12,7 +12,7 @@ libc = "0.2.60"
|
|||||||
wasmer-runtime-core = { path = "../runtime-core" }
|
wasmer-runtime-core = { path = "../runtime-core" }
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
wasmparser = { version = "0.37.0", default-features = false }
|
wasmparser = "0.37.0"
|
||||||
zstd = "0.4"
|
zstd = "0.4"
|
||||||
|
|
||||||
# [target.'cfg(unix)'.dependencies.zbox]
|
# [target.'cfg(unix)'.dependencies.zbox]
|
||||||
|
@ -10,7 +10,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
nix = "0.15"
|
nix = "0.15"
|
||||||
page_size = "0.4"
|
page_size = "0.4"
|
||||||
wasmparser = { version = "0.37.0", default-features = false }
|
wasmparser = "0.37.0"
|
||||||
parking_lot = "0.9"
|
parking_lot = "0.9"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
errno = "0.2"
|
errno = "0.2"
|
||||||
|
@ -10,7 +10,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
|
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"
|
dynasm = "0.3.2"
|
||||||
dynasmrt = "0.3.1"
|
dynasmrt = "0.3.1"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
Reference in New Issue
Block a user