deps: bump wasmparser dependency to 0.39.2 (#1112)
This has a bug fix for Wasm multi-value blocks that is necessary to getting the spec tests passing.
This commit is contained in:
committed by
Yury Delendik
parent
913d26841a
commit
a6af107257
@@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmparser = { version = "0.39.1", default-features = false }
|
wasmparser = { version = "0.39.2", default-features = false }
|
||||||
cranelift-codegen = { path = "../cranelift-codegen", version = "0.44.0", default-features = false }
|
cranelift-codegen = { path = "../cranelift-codegen", version = "0.44.0", default-features = false }
|
||||||
cranelift-entity = { path = "../cranelift-entity", version = "0.44.0" }
|
cranelift-entity = { path = "../cranelift-entity", version = "0.44.0" }
|
||||||
cranelift-frontend = { path = "../cranelift-frontend", version = "0.44.0", default-features = false }
|
cranelift-frontend = { path = "../cranelift-frontend", version = "0.44.0", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user