summaryrefslogtreecommitdiff
path: root/test/desugar
Commit message (Expand)AuthorAgeFilesLines
* wat-writer.cc: resolve missing type index in call_indirect (#2278)Keith Winstein2023-07-311-0/+24
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-1/+1
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-2/+2
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-2/+2
* Fix resolving local names w/ empty func signatures (#1494)Ben Smith2020-07-211-1/+1
* Update local bindings on function with type use (#1466)Ben Smith2020-06-161-0/+14
* Update spec testsuite (#1237)Sam Clegg2019-11-221-1/+1
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-1/+1
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-3/+4
* Rename exception -> event (#1013)Ben Smith2019-02-111-2/+2
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-2/+2
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-027-169/+2
* Rename run args (#728)Ben Smith2018-01-217-7/+7
* Rename `wast-desugar` to `wat-desugar`. (#642)Ben Smith2017-09-289-9/+9
* Add saturating float truncation operators (#573)Ben Smith2017-08-167-7/+7
* Update testsuite (#582)Ben Smith2017-07-269-18/+18
* Fix wat writer to fold exception handling constructs. (#533)KarlSchimpf2017-06-264-0/+113
* Make wast-desugar work for exception handling. (#529)KarlSchimpf2017-06-243-0/+79
* Update testsuite; various lexing/parsing fixes (#482)Ben Smith2017-06-071-1/+1
* Define the implicit func type before the function (#400)Ben Smith2017-04-181-0/+18
* wast-desugar: reformats and desugars a wast fileBen Smith2016-10-191-0/+27