Implement table.init and elem.drop from the bulk memory proposal

This commit is contained in:
Nick Fitzgerald
2020-02-18 16:41:43 -08:00
parent 33b4a37bcb
commit cb97e4ec8e
12 changed files with 352 additions and 55 deletions

View File

@@ -182,7 +182,9 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
("reference_types", _) => return true,
("bulk_memory_operations", "table_copy") => return false,
("bulk_memory_operations", "table_copy")
| ("bulk_memory_operations", "table_init")
| ("bulk_memory_operations", "elem") => return false,
("bulk_memory_operations", _) => return true,
_ => {}