Update wasmparser and wast dependencies (#1663)

Brings in updates to SIMD spec ops renumbering.
This commit is contained in:
Alex Crichton
2020-05-05 16:13:14 -05:00
committed by GitHub
parent 176b3a8382
commit a7d90af19d
12 changed files with 30 additions and 49 deletions

View File

@@ -192,6 +192,11 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
("simd", "simd_load") => return true, // FIXME Unsupported feature: proposed SIMD operator I8x16Shl
("simd", "simd_splat") => return true, // FIXME Unsupported feature: proposed SIMD operator I8x16ShrS
// waiting for the upstream spec to get updated with new binary
// encodings of operations and for that to propagate to the
// testsuite repo.
("simd", "simd_const") => return true,
// Still working on implementing these. See #929.
("reference_types", "table_copy_on_imported_tables") => return false,
("reference_types", _) => return true,