Fix shuffle and enable tests. Add support for new load_splat instructions.

Updates to wasmparser 0.34.0 and picks up a newer wasmerio/wabt.
This commit is contained in:
Nick Lewycky
2019-07-19 15:19:58 -07:00
parent 3e009c5971
commit cd25356858
14 changed files with 278 additions and 151 deletions

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
nix = "0.14.0"
page_size = "0.4.1"
wasmparser = "0.32.1"
wasmparser = "0.34.0"
parking_lot = "0.7.1"
lazy_static = "1.2.0"
indexmap = "1.0.2"