summaryrefslogtreecommitdiff
path: root/test/spec/table_init.wast
Commit message (Collapse)AuthorAgeFilesLines
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+52
Also use TableInit in the interpreter to initialize module's table state, which will now handle traps properly, fixing #6431