summaryrefslogtreecommitdiff
path: root/test/binaryen.js
Commit message (Expand)AuthorAgeFilesLines
* Add TrapsNeverHappen to SideEffects's API (#4086)Max Graey2021-08-172-1/+3
* [JS/C API] Expose zeroFilledMemory option for JS and C API (#4071)Max Graey2021-08-132-0/+59
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-214-8/+8
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-193-11/+11
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-189-81/+81
* [Wasm GC] Add experimental support for non-nullable locals (#3932)Alon Zakai2021-06-151-1/+1
* Add SIMDLoadStoreLane get/setters to C/JS API (#3904)Daniel Wirtz2021-05-254-0/+75
* Remove Type ordering (#3793)Thomas Lively2021-05-182-4/+4
* 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
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-082-0/+177
* Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)Daniel Wirtz2021-04-082-0/+22
* Add new SIMD multiplication instructions to C/JS API (#3782)Daniel Wirtz2021-04-082-0/+169
* Add new SIMD conversion instructions to C/JS API (#3781)Daniel Wirtz2021-04-082-0/+66
* Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)Daniel Wirtz2021-04-082-0/+44
* Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)Daniel Wirtz2021-04-072-0/+44
* Add various SIMD instructions to C/JS API (#3777)Daniel Wirtz2021-04-072-0/+122
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-055-292/+142
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-022-8/+8
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-2/+2
* Inlining: Always inline single-use functions (#3730)Alon Zakai2021-03-291-1/+1
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-054-29/+37
* Add C and JS API bindings for ref.as_* (#3628)Daniel Wirtz2021-03-012-0/+53
* Add TypedFunctionReferences feature to C and JS API (#3603)Daniel Wirtz2021-02-262-0/+2
* Add RefIsGetOp/SetOp in C and JS API (#3605)Daniel Wirtz2021-02-261-0/+5
* Support Type names in the Names section (#3615)Alon Zakai2021-02-251-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-232-6/+6
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-184-15/+15
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-135-8/+71
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-095-10/+29
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-012-32/+32
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-282-2/+2
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-0/+16
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-264-19/+19
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-232-1/+13
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-224-80/+22
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-2/+2
* 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-157-91/+142
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-062-45/+45
* Prototype SIMD extending pairwise add instructions (#3466)Thomas Lively2021-01-052-22/+0
* Improve C and JS API module inspection features (#3464)Daniel Wirtz2021-01-052-1/+12
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-172-4/+4
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-242-12/+14
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-233-5/+6
* Rename atomic.notify and *.atomic.wait (#3353)Heejin Ahn2020-11-136-18/+18
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-101-0/+1
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-051-26/+13
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-222-33/+33