Update wasmparser to 0.57.0

This commit is contained in:
Nick Fitzgerald
2020-05-22 15:29:51 -07:00
parent acf8ad0df7
commit 137e182750
10 changed files with 26 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ binaryen = { version = "0.10.0", optional = true }
env_logger = "0.7.1"
log = "0.4.8"
rayon = "1.2.1"
wasmparser = "0.55.0"
wasmparser = "0.57.0"
wasmprinter = "0.2.5"
wasmtime = { path = "../wasmtime" }
wasmtime-wast = { path = "../wast" }