summaryrefslogtreecommitdiff
path: root/test/wasm2js/tables.2asm.js
Commit message (Collapse)AuthorAgeFilesLines
* wasm2js: Add Table operations (#6650)Alon Zakai2024-06-111-0/+89
TableGet, Set, Size, Grow, Fill, Copy. Also move "null" into shared-constants, to make the code more consistent overall.