Update wabt to 0.6.

This commit is contained in:
Sergey Pepyakin 2018-10-26 14:16:55 +02:00
parent 8a5f80a1e2
commit 291e4d48f8
4 changed files with 4 additions and 4 deletions

View File

@ -18,4 +18,4 @@ nan-preserving-float = "0.1.0"
[dev-dependencies]
assert_matches = "1.1"
wabt = "0.4"
wabt = "0.6"

View File

@ -6,7 +6,7 @@ authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
[dependencies]
wasmi = { path = ".." }
assert_matches = "1.2"
wabt = "0.3"
wabt = "0.6"
[profile.bench]
debug = true

View File

@ -10,7 +10,7 @@ cargo-fuzz = true
[dependencies]
wasmi = { path = ".." }
wabt = "0.2.0"
wabt = "0.6.0"
wasmparser = "0.14.1"
tempdir = "0.3.6"

View File

@ -7,4 +7,4 @@ authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
honggfuzz = "=0.5.9" # Strict equal since hfuzz requires dep and cmd versions to match.
wasmi = { path = ".." }
tempdir = "0.3.6"
wabt = "0.2.0"
wabt = "0.6.0"