summaryrefslogtreecommitdiff
path: root/test/binaryen.js/kitchen-sink.js
Commit message (Expand)AuthorAgeFilesLines
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+1
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-4/+4
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-8/+8
* Add SIMDLoadStoreLane get/setters to C/JS API (#3904)Daniel Wirtz2021-05-251-0/+1
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-0/+17
* Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)Daniel Wirtz2021-04-081-0/+2
* Add new SIMD multiplication instructions to C/JS API (#3782)Daniel Wirtz2021-04-081-0/+13
* Add new SIMD conversion instructions to C/JS API (#3781)Daniel Wirtz2021-04-081-0/+6
* Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)Daniel Wirtz2021-04-081-0/+4
* Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)Daniel Wirtz2021-04-071-0/+4
* Add various SIMD instructions to C/JS API (#3777)Daniel Wirtz2021-04-071-0/+10
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-34/+23
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-16/+24
* Add TypedFunctionReferences feature to C and JS API (#3603)Daniel Wirtz2021-02-261-0/+1
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-131-1/+3
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-3/+19
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+1
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-1/+1
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-0/+4
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-6/+1
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-12/+2
* Prototype SIMD extending pairwise add instructions (#3466)Thomas Lively2021-01-051-2/+0
* Improve C and JS API module inspection features (#3464)Daniel Wirtz2021-01-051-1/+10
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-0/+1
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-2/+2
* Rename atomic.notify and *.atomic.wait (#3353)Heejin Ahn2020-11-131-2/+2
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+12
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+19
* Add Memory64 feature flag to the C and JS APIs (#3148)Daniel Wirtz2020-09-211-0/+1
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-1/+8
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-1/+10
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-2/+8
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-1/+1
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+4
* Update reference types (#3084)Daniel Wirtz2020-09-091-15/+18
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-3/+3
* Add prototype SIMD rounding instructions (#2895)Thomas Lively2020-06-051-0/+8
* Remove `Push` (#2867)Thomas Lively2020-05-221-11/+10
* Implement i64x2.mul (#2860)Thomas Lively2020-05-191-0/+1
* Implement pseudo-min/max SIMD instructions (#2847)Thomas Lively2020-05-121-0/+4
* Remove C API tracing (#2841)Daniel Wirtz2020-05-081-10/+0
* Add snake_case method names for returnCall/returnCallIndirect in JS API (#2795)Shao Cheng2020-04-231-3/+3
* Use direct pointers as Type IDs (#2745)Thomas Lively2020-04-131-3/+5
* Tuple operations in C and JS APIs (#2711)Thomas Lively2020-03-261-0/+16
* SIMD integer abs and bitmask instructions (#2703)Thomas Lively2020-03-201-0/+6
* Add multivalue feature (#2668)Thomas Lively2020-02-271-0/+1
* Add the GetFunctionTable JS API (#2554)COFFEETALES2020-02-201-9/+23
* Unify JS memory segment API (#2533)Daniel Wirtz2020-01-211-3/+5
* Align binaryen.js with the npm package (#2551)Daniel Wirtz2020-01-141-203/+195