summaryrefslogtreecommitdiff
path: root/test/spec/tail-call
Commit message (Collapse)AuthorAgeFilesLines
* Update testsuite (#2495)Keith Winstein2024-10-301-0/+1
| | | | | The memory64 `table.wast` test has started to depend on function-references and gc (which WABT doesn't support yet), so vendor an older version of the test.
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-1/+1
| | | | | | This continues the work from #1783 and reduces special handling of elem exprs, by treating them the same as other const expressions (init expressions).
* Add tail-call spec tests and fix related parser issue (#2049)Sam Clegg2022-11-082-0/+156
Fixes: #2018