summaryrefslogtreecommitdiff
path: root/test/example/c-api-multiple-tables.c
Commit message (Collapse)AuthorAgeFilesLines
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-0/+90
Adds support for modules with multiple tables. Adds a field for the table name to `CallIndirect` and updates the C/JS APIs accordingly.