summaryrefslogtreecommitdiff
path: root/test/binaryen.js/expressions.js.txt
Commit message (Expand)AuthorAgeFilesLines
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-3/+9
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-1/+1
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-1/+1
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-2/+2
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-1/+1
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-14/+14
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-9/+9
* Add SIMDLoadStoreLane get/setters to C/JS API (#3904)Daniel Wirtz2021-05-251-0/+11
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-6/+7
* Add C and JS API bindings for ref.as_* (#3628)Daniel Wirtz2021-03-011-0/+5
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-1/+1
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-131-0/+7
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-1/+1
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-1/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-5/+0
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-4/+59
* Rename atomic.notify and *.atomic.wait (#3353)Heejin Ahn2020-11-131-2/+2
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+10
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+6
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-2/+5
* Extend the C- and JS-APIs (#2586)Daniel Wirtz2020-07-221-0/+249