summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling.wast
Commit message (Expand)AuthorAgeFilesLines
* [EH] Add validation for new instructions (#6185)Heejin Ahn2023-12-201-0/+64
* [EH][test] Split EH tests into old and new spec (#6178)Heejin Ahn2023-12-131-655/+0
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-051-0/+38
* [EH] Support assert_exception (#5684)Heejin Ahn2023-04-231-7/+7
* [EH] Support try-delegate in interpreter (#4408)Heejin Ahn2021-12-281-0/+86
* [EH] Improve catch validation (#4315)Heejin Ahn2021-11-081-0/+200
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-6/+6
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-8/+8
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-17/+47
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-1/+37
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-44/+0
* Update interpreter for new EH spec (#3498)Heejin Ahn2021-01-211-105/+118
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-11/+11
* Update reference types (#3084)Daniel Wirtz2020-09-091-6/+6
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-13/+29
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-061-22/+169
* Dummy interpreter support for EH (#2774)Heejin Ahn2020-04-161-15/+25
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+123