summaryrefslogtreecommitdiff
path: root/src/binaryen-c.h
Commit message (Expand)AuthorAgeFilesLines
...
* [C-API] Add type system C-API (#4790)dcode2022-07-131-0/+10
* [C-API] Add packed type constants for use with GC types (#4791)dcode2022-07-121-0/+8
* Add C API for printing stack IR (#4692)ApsarasX2022-06-031-0/+16
* Add C and JS API functions for accessing memory info (#4682) Jackson Gardner2022-05-241-0/+9
* [SIMD] Make swizzle's opcode name consistent (NFC) (#4585)Heejin Ahn2022-04-091-1/+1
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* [C API] Fix BinaryenTypeCreate argument numTypes type (#4417)chai20102022-01-061-1/+1
* Add table.grow operation (#4245)Max Graey2021-10-181-1/+26
* Add table.size operation (#4224)Max Graey2021-10-081-0/+9
* Add table.set operation (#4215)Max Graey2021-10-071-0/+45
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* Support specialized function types in element segments (#4109)Alon Zakai2021-09-021-0/+4
* Use the new module version of EffectAnalyzer (#4116)Alon Zakai2021-08-311-1/+1
* [API] Add type argument for BinaryenAddTable method (#4107)Max Graey2021-08-271-1/+2
* Add TrapsNeverHappen to SideEffects's API (#4086)Max Graey2021-08-171-0/+1
* [JS/C API] Expose zeroFilledMemory option for JS and C API (#4071)Max Graey2021-08-131-0/+7
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-4/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-67/+65
* Rename wasm-delegations[-fields].h to def files (NFC) (#3941)Heejin Ahn2021-06-181-1/+1
* Add SIMDLoadStoreLane get/setters to C/JS API (#3904)Daniel Wirtz2021-05-251-0/+44
* Fix typo in function name: BinayenElementSegmentIsPassive (#3862)Paulo Matos2021-05-061-1/+1
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-6/+6
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-0/+16
* Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)Daniel Wirtz2021-04-081-1/+2
* Add new SIMD multiplication instructions to C/JS API (#3782)Daniel Wirtz2021-04-081-2/+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-1/+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-1/+10
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-20/+9
* Use stdbool boolean instead of int to represent boolean values in C API (#3670)Paulo Matos2021-03-171-45/+47
* Use uint32_t for Event Attribute in API (#3671)Paulo Matos2021-03-101-1/+1
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-23/+55
* Add C and JS API bindings for ref.as_* (#3628)Daniel Wirtz2021-03-011-0/+20
* Slightly improve table C API (#3604)Daniel Wirtz2021-02-261-2/+15
* Add TypedFunctionReferences feature to C and JS API (#3603)Daniel Wirtz2021-02-261-0/+1
* Add RefIsGetOp/SetOp in C and JS API (#3605)Daniel Wirtz2021-02-261-3/+7
* Fix typo in API header (#3611)Paulo Matos2021-02-251-1/+1
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-6/+6
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-131-2/+18
* finalize: strip segments that contain only EM_ASM/EM_JS data (#3557)Sam Clegg2021-02-121-2/+2
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-0/+38
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-0/+3
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-5/+7
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-0/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-26/+0
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-15/+63
* Prototype SIMD extending pairwise add instructions (#3466)Thomas Lively2021-01-051-2/+1
* Improve C and JS API module inspection features (#3464)Daniel Wirtz2021-01-051-10/+31