index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binaryen-c.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-16
/
+4
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
1
-3
/
+0
*
Rename UserSection -> CustomSection. NFC (#5288)
Sam Clegg
2022-11-22
1
-2
/
+2
*
[C API] Add APIs to inspect compound heap types (#5195)
dcode
2022-11-03
1
-0
/
+56
*
[C API] Add essential heap type utilities (#5160)
dcode
2022-10-26
1
-0
/
+15
*
[C API] Align I31ref and Dataref to be nullable (#5153)
dcode
2022-10-19
1
-2
/
+2
*
[C API] Add bottom heap types and array heap type (#5150)
dcode
2022-10-18
1
-0
/
+22
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-0
/
+2
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-52
/
+52
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-81
/
+107
*
[C API] Make TypeBuilderSetSubType take a heap type (#5045)
dcode
2022-09-23
1
-2
/
+2
*
[C-/JS-Api] Expose the multi memories feature (#4973)
Max Graey
2022-09-20
1
-0
/
+3
*
[C API] Add getters and setters for various GC/Strings expressions (#5037)
dcode
2022-09-14
1
-0
/
+918
*
[C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...
Max Graey
2022-09-12
1
-0
/
+13
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-3
/
+0
*
Add remaining GC and string instructions to C API (#4998)
dcode
2022-08-31
1
-14
/
+258
*
[C/JS API] Avoid erroring in BinaryenSetMemoryImport etc. if the entity exist...
Max Graey
2022-08-30
1
-30
/
+66
*
Fix multi-memory + C API for MemoryGrow and MemorySize (#4953)
Alon Zakai
2022-08-23
1
-7
/
+17
*
Multi-Memories improvements to binaryen-c.cpp (#4940)
Ashley Nelson
2022-08-19
1
-142
/
+118
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-3
/
+7
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-70
/
+218
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-9
/
+0
*
[C-API] Add type builder C-API (#4803)
dcode
2022-08-04
1
-0
/
+186
*
Fix a new compiler warning (#4860)
Alon Zakai
2022-08-02
1
-0
/
+1
*
Update reference type Literal constructors to use HeapType (#4857)
Thomas Lively
2022-08-01
1
-2
/
+2
*
[JS Api] Reuse C-Api for emitText and emitStackIR (#4832)
Max Graey
2022-07-29
1
-21
/
+24
*
[C/JS API] Add string reference types (#4810)
dcode
2022-07-27
1
-0
/
+12
*
[C/JS API] Expose string reference feature (#4831)
Max Graey
2022-07-26
1
-0
/
+3
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-25
/
+65
*
[C-API] Add utility to go between types and heap types (#4792)
dcode
2022-07-14
1
-0
/
+15
*
[C-API] Add type system C-API (#4790)
dcode
2022-07-13
1
-0
/
+18
*
[C-API] Add packed type constants for use with GC types (#4791)
dcode
2022-07-12
1
-0
/
+12
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-4
/
+2
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-16
/
+18
*
Add C API for printing stack IR (#4692)
ApsarasX
2022-06-03
1
-0
/
+35
*
Add C and JS API functions for accessing memory info (#4682)
Jackson Gardner
2022-05-24
1
-0
/
+31
*
[NFC] Make Literal::makeNull take a HeapType (#4664)
Alon Zakai
2022-05-13
1
-1
/
+1
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-3
/
+2
*
[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
/
+3
*
[NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...
Alon Zakai
2022-01-28
1
-1
/
+1
*
Fix emscripten build by removing dummy atexit function (#4435)
Sam Clegg
2022-01-09
1
-4
/
+0
*
[C API] Fix BinaryenTypeCreate argument numTypes type (#4417)
chai2010
2022-01-06
1
-2
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-9
/
+13
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+49
*
Refactor binaryen-c to use Builder when possible. NFC (#4247)
Max Graey
2021-10-14
1
-59
/
+32
*
Fix function name `BinaryenTableSizeSetTable` (#4230)
Paulo Matos
2021-10-12
1
-1
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+18
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+86
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+3
[prev]
[next]