upgrade all wasmparser to 0.71

new simd instructions are left as ubsupported in cranelift-wasm
This commit is contained in:
Pat Hickey
2020-12-17 14:48:40 -08:00
parent 8cf652a2a5
commit fb78025e41
11 changed files with 33 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ rayon = { version = "1.0", optional = true }
region = "2.1.0"
thiserror = "1.0.4"
target-lexicon = { version = "0.11.0", default-features = false }
wasmparser = "0.70"
wasmparser = "0.71"
more-asserts = "0.2.1"
anyhow = "1.0"
cfg-if = "1.0"