summaryrefslogtreecommitdiff
path: root/test/binaryen.js/exception-handling.js.txt
Commit message (Expand)AuthorAgeFilesLines
* Implement table.init (#6827)Alon Zakai2024-08-161-4/+4
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-2/+2
* Implement table.copy (#6078)Alon Zakai2023-11-061-4/+4
* Implement table.fill (#5949)Thomas Lively2023-09-181-4/+4
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-2/+2
* Add table.grow operation (#4245)Max Graey2021-10-181-4/+4
* Add table.size operation (#4224)Max Graey2021-10-081-4/+4
* Add table.set operation (#4215)Max Graey2021-10-071-4/+4
* Implement table.get (#4195)Alon Zakai2021-09-301-4/+4
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-1/+1
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-2/+2
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-4/+4
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-4/+4
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-131-1/+17
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-3/+3
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-15/+5
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-4/+4
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-4/+4
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-4/+4
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-4/+4
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-1/+1
* Update reference types (#3084)Daniel Wirtz2020-09-091-1/+1
* Remove `Push` (#2867)Thomas Lively2020-05-221-4/+4
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-2/+4
* Remove function index printing (#2742)Thomas Lively2020-04-091-1/+1
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-4/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-2/+3
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-1/+0
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-3/+3
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-4/+4
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-4/+4
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-3/+3
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+32