summaryrefslogtreecommitdiff
path: root/test/reference-types.wast.fromBinary
Commit message (Expand)AuthorAgeFilesLines
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-28/+28
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-24/+24
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-47/+47
* Add support for Tag names in the Names section (#4970)Alon Zakai2022-08-261-5/+5
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-141/+27
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-97/+99
* Remove externref (#4633)Thomas Lively2022-05-041-50/+48
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-1/+1
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-5/+5
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-021-3/+3
* Fix binary writing of local name indexes (#3649)Alon Zakai2021-03-041-48/+48
* Emit "elem declare" for functions that need it (#3653)Alon Zakai2021-03-041-1/+10
* Support Type names in the Names section (#3615)Alon Zakai2021-02-251-20/+20
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-4/+4
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-17/+17
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-362/+29
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-18/+29
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-84/+84
* Implement module and local names in name section (#3115)Daniel Wirtz2020-09-141-130/+130
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-9/+9
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-12/+579
* Update reference types (#3084)Daniel Wirtz2020-09-091-200/+182
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-41/+41
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-5/+15
* Remove function index printing (#2742)Thomas Lively2020-04-091-19/+19
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+492