summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary.noDebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-131-446/+0
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-2/+2
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-0/+14
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-051-1/+1
* Reland "Optimize tuple.extract of gets in BinaryInstWriter" (#5955)Thomas Lively2023-09-181-10/+1
* Revert "Optimize tuple.extract of gets in BinaryInstWriter (#5941)" (#5945)Thomas Lively2023-09-141-1/+10
* Optimize tuple.extract of gets in BinaryInstWriter (#5941)Thomas Lively2023-09-141-10/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-13/+13
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-8/+8
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-3/+3
* [EH] Pop should be supertype of tag type (#4901)Heejin Ahn2022-08-111-3/+3
* [EH] Fix printing bug in nested blocks + delegate (#4753)Heejin Ahn2022-06-271-0/+13
* [EH] Fix binary parsing for catchless try + inner delegate (#4370)Heejin Ahn2021-12-061-1/+17
* [EH] Improve catch validation (#4315)Heejin Ahn2021-11-081-2/+30
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-4/+4
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-29/+29
* [EH] Allow catch/delegate-less trys (#3924)Heejin Ahn2021-06-101-0/+7
* Allow empty body within catch block (#3630)Heejin Ahn2021-03-011-0/+9
* [Wasm Exceptions] Fix binary parsing of a normal break to a try in a singleto...Alon Zakai2021-02-191-4/+6
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-13/+106
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-12/+114
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-9/+5
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-19/+116
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-4/+4
* Update reference types (#3084)Daniel Wirtz2020-09-091-24/+0
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-2/+2
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-6/+14
* Remove function index printing (#2742)Thomas Lively2020-04-091-5/+5
* Allow subtype in throw instruction (#2568)Heejin Ahn2020-01-061-0/+5
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+19
* Remove FunctionType (#2510)Thomas Lively2019-12-111-7/+7
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-7/+7
* Fix catch parsing (#2428)Heejin Ahn2019-11-111-1/+21
* Make try body with multiple instructions roundtrip (#2374)Heejin Ahn2019-10-091-0/+6
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-1/+37
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-2/+2
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+8