Update wasmparser to 0.45.0 (#1295)
Adds many new operators and a few API changes.
This commit is contained in:
committed by
Yury Delendik
parent
8db7349712
commit
887f897c9a
@@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmparser = { version = "0.39.2", default-features = false }
|
||||
wasmparser = { version = "0.45.0", default-features = false }
|
||||
cranelift-codegen = { path = "../cranelift-codegen", version = "0.51.0", default-features = false }
|
||||
cranelift-entity = { path = "../cranelift-entity", version = "0.51.0" }
|
||||
cranelift-frontend = { path = "../cranelift-frontend", version = "0.51.0", default-features = false }
|
||||
@@ -26,8 +26,8 @@ target-lexicon = "0.9"
|
||||
|
||||
[features]
|
||||
default = ["std", "basic-blocks"]
|
||||
std = ["cranelift-codegen/std", "cranelift-frontend/std", "wasmparser/std"]
|
||||
core = ["hashbrown", "cranelift-codegen/core", "cranelift-frontend/core", "wasmparser/core"]
|
||||
std = ["cranelift-codegen/std", "cranelift-frontend/std"]
|
||||
core = ["hashbrown", "cranelift-codegen/core", "cranelift-frontend/core"]
|
||||
enable-serde = ["serde"]
|
||||
|
||||
# Temporary feature that enforces basic block semantics.
|
||||
|
||||
Reference in New Issue
Block a user