Implement table.init and elem.drop from the bulk memory proposal
This commit is contained in:
@@ -20,6 +20,8 @@ fn run_wast(wast: &str, strategy: Strategy) -> anyhow::Result<()> {
|
||||
let bulk_mem = reftypes
|
||||
|| wast.iter().any(|s| s == "bulk-memory-operations")
|
||||
|| wast.iter().any(|s| s == "table_copy.wast")
|
||||
|| wast.iter().any(|s| s == "elem_drop.wast")
|
||||
|| wast.iter().any(|s| s == "elem-ref-null.wast")
|
||||
|| wast
|
||||
.iter()
|
||||
.any(|s| s == "table_copy_on_imported_tables.wast");
|
||||
|
||||
Reference in New Issue
Block a user