Implement the memory.fill instruction from the bulk memory proposal

This commit is contained in:
Nick Fitzgerald
2020-02-19 16:41:05 -08:00
parent 98ecef1700
commit 44c28612fb
5 changed files with 188 additions and 10 deletions

View File

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