Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update testsuite (#2495) | Keith Winstein | 2024-10-30 | 1 | -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 Winstein | 2023-09-06 | 1 | -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 Clegg | 2022-11-08 | 2 | -0/+156 |
Fixes: #2018 |