index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binaryen-c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C API] Add getters and setters for various GC/Strings expressions (#5037)
dcode
2022-09-14
1
-0
/
+379
*
[C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...
Max Graey
2022-09-12
1
-0
/
+3
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
Add remaining GC and string instructions to C API (#4998)
dcode
2022-08-31
1
-10
/
+147
*
[C/JS API] Avoid erroring in BinaryenSetMemoryImport etc. if the entity exist...
Max Graey
2022-08-30
1
-0
/
+4
*
Fix multi-memory + C API for MemoryGrow and MemorySize (#4953)
Alon Zakai
2022-08-23
1
-2
/
+4
*
Multi-Memories improvements to binaryen-c.cpp (#4940)
Ashley Nelson
2022-08-19
1
-14
/
+16
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-0
/
+1
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-31
/
+53
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-6
/
+0
*
[C-API] Add type builder C-API (#4803)
dcode
2022-08-04
1
-0
/
+122
*
[JS Api] Reuse C-Api for emitText and emitStackIR (#4832)
Max Graey
2022-07-29
1
-3
/
+5
*
[C/JS API] Add string reference types (#4810)
dcode
2022-07-27
1
-0
/
+4
*
[C/JS API] Expose string reference feature (#4831)
Max Graey
2022-07-26
1
-0
/
+1
*
[C-API] Add utility to go between types and heap types (#4792)
dcode
2022-07-14
1
-0
/
+9
*
[C-API] Add type system C-API (#4790)
dcode
2022-07-13
1
-0
/
+10
*
[C-API] Add packed type constants for use with GC types (#4791)
dcode
2022-07-12
1
-0
/
+8
*
Add C API for printing stack IR (#4692)
ApsarasX
2022-06-03
1
-0
/
+16
*
Add C and JS API functions for accessing memory info (#4682)
Jackson Gardner
2022-05-24
1
-0
/
+9
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
1
-1
/
+1
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
[C API] Fix BinaryenTypeCreate argument numTypes type (#4417)
chai2010
2022-01-06
1
-1
/
+1
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-1
/
+26
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+9
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+45
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+1
*
Support specialized function types in element segments (#4109)
Alon Zakai
2021-09-02
1
-0
/
+4
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-1
/
+1
*
[API] Add type argument for BinaryenAddTable method (#4107)
Max Graey
2021-08-27
1
-1
/
+2
*
Add TrapsNeverHappen to SideEffects's API (#4086)
Max Graey
2021-08-17
1
-0
/
+1
*
[JS/C API] Expose zeroFilledMemory option for JS and C API (#4071)
Max Graey
2021-08-13
1
-0
/
+7
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-4
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-67
/
+65
*
Rename wasm-delegations[-fields].h to def files (NFC) (#3941)
Heejin Ahn
2021-06-18
1
-1
/
+1
*
Add SIMDLoadStoreLane get/setters to C/JS API (#3904)
Daniel Wirtz
2021-05-25
1
-0
/
+44
*
Fix typo in function name: BinayenElementSegmentIsPassive (#3862)
Paulo Matos
2021-05-06
1
-1
/
+1
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-0
/
+16
*
Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)
Daniel Wirtz
2021-04-08
1
-1
/
+2
*
Add new SIMD multiplication instructions to C/JS API (#3782)
Daniel Wirtz
2021-04-08
1
-2
/
+13
*
Add new SIMD conversion instructions to C/JS API (#3781)
Daniel Wirtz
2021-04-08
1
-0
/
+6
*
Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)
Daniel Wirtz
2021-04-08
1
-1
/
+4
*
Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)
Daniel Wirtz
2021-04-07
1
-0
/
+4
*
Add various SIMD instructions to C/JS API (#3777)
Daniel Wirtz
2021-04-07
1
-1
/
+10
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-20
/
+9
*
Use stdbool boolean instead of int to represent boolean values in C API (#3670)
Paulo Matos
2021-03-17
1
-45
/
+47
*
Use uint32_t for Event Attribute in API (#3671)
Paulo Matos
2021-03-10
1
-1
/
+1
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-23
/
+55
*
Add C and JS API bindings for ref.as_* (#3628)
Daniel Wirtz
2021-03-01
1
-0
/
+20
[next]