summaryrefslogtreecommitdiff
path: root/test/binaryen.js/kitchen-sink.js
Commit message (Expand)AuthorAgeFilesLines
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-7/+11
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-1/+1
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-8/+0
* C API: Use segment names (#6254)ericvergnaud2024-02-011-3/+9
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-3/+3
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-2/+2
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-1/+1
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-1/+1
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-1/+1
* [C-/JS-Api] Expose the multi memories feature (#4973)Max Graey2022-09-201-0/+1
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-1/+0
* Add remaining GC and string instructions to C API (#4998)dcode2022-08-311-0/+15
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-15/+14
* Remove RTTs (#4848)Thomas Lively2022-08-051-2/+0
* [C/JS API] Add string reference types (#4810)dcode2022-07-271-0/+4
* [C/JS API] Expose string reference feature (#4831)Max Graey2022-07-261-0/+1
* Remove basic reference types (#4802)Thomas Lively2022-07-201-18/+0
* [JS API] Avoid trying to read the offset if segment is passive (#4750)Blaine Bublitz2022-06-241-3/+8
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* Switch binaryen.js/wasm to ESM (#4280)dcode2021-10-281-2/+2
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+1
* Add table.size operation (#4224)Max Graey2021-10-081-0/+1
* Add table.set operation (#4215)Max Graey2021-10-071-0/+2
* 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