summaryrefslogtreecommitdiff
path: root/test/binaryen.js/expressions.js
Commit message (Expand)AuthorAgeFilesLines
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-3/+0
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-151-7/+0
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-2/+2
* 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-2/+2
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-16/+16
* 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-8/+8
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-17/+4
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-37/+16
* [C API] Align I31ref and Dataref to be nullable (#5153)dcode2022-10-191-2/+2
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-15/+27
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-23/+23
* Add SIMDLoadStoreLane get/setters to C/JS API (#3904)Daniel Wirtz2021-05-251-0/+62
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-1/+1
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-1/+1
* RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...Alon Zakai2021-04-081-1/+3
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-18/+6
* Add C and JS API bindings for ref.as_* (#3628)Daniel Wirtz2021-03-011-0/+48
* Add RefIsGetOp/SetOp in C and JS API (#3605)Daniel Wirtz2021-02-261-0/+5
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-5/+5
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-131-1/+9
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-2/+4
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-0/+16
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-16/+16
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-37/+0
* Simplify set/gets of vectors in binaryen.js (#3495)Heejin Ahn2021-01-201-8/+19
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-18/+55
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-2/+3
* Rename atomic.notify and *.atomic.wait (#3353)Heejin Ahn2020-11-131-4/+4
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+57
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+31
* Update JS API function wrapper (#3128)Daniel Wirtz2020-09-181-1/+0
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-28/+44
* Extend the C- and JS-APIs (#2586)Daniel Wirtz2020-07-221-0/+1605