summaryrefslogtreecommitdiff
path: root/test/example/c-api-multiple-tables.c
Commit message (Collapse)AuthorAgeFilesLines
* Slightly improve table C API (#3604)Daniel Wirtz2021-02-261-0/+6
| | | Uses BinaryenIndex instead of int to mirror parameter types in table construction, and adds setters for name, initial and max.
* Print the features section in a comment (#3563)Alon Zakai2021-02-121-1/+1
|
* [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.