Update to wasmparser 0.9.3.

wasmparser's API is changing in anticipation of streaming decoding, so
it will now hand large data section initializers back in chunks rather
than all at once.
This commit is contained in:
Dan Gohman
2017-09-08 16:16:19 -07:00
parent 0c16f13c6b
commit 3775fa4867
2 changed files with 10 additions and 8 deletions

View File

@@ -11,6 +11,6 @@ license = "Apache-2.0"
name = "cton_wasm"
[dependencies]
wasmparser = "0.8.2"
wasmparser = "0.9.3"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }