Update wasm-tools crates (#2908)

wasmparser 0.78 adds the Unknown name subsection type.
This commit is contained in:
Olivier Lemasle
2021-05-17 17:08:17 +02:00
committed by GitHub
parent bc0df92137
commit b5f29bd3b2
13 changed files with 17 additions and 16 deletions

View File

@@ -13,8 +13,8 @@ arbitrary = { version = "1.0.0", features = ["derive"] }
env_logger = "0.8.1"
log = "0.4.8"
rayon = "1.2.1"
wasmparser = "0.77"
wasmprinter = "0.2.25"
wasmparser = "0.78"
wasmprinter = "0.2.26"
wasmtime = { path = "../wasmtime" }
wasmtime-wast = { path = "../wast" }
wasm-encoder = "0.4.1"