Implement table.init and elem.drop from the bulk memory proposal
This commit is contained in:
7
tests/misc_testsuite/elem_drop.wast
Normal file
7
tests/misc_testsuite/elem_drop.wast
Normal file
@@ -0,0 +1,7 @@
|
||||
(module
|
||||
(table 1 1 funcref)
|
||||
(elem (i32.const 0) funcref (ref.func 0))
|
||||
(func (export "elem.drop non-passive element")
|
||||
(elem.drop 0)))
|
||||
|
||||
(invoke "elem.drop non-passive element")
|
||||
Reference in New Issue
Block a user