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
*
C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829)
Alon Zakai
2023-07-21
1
-9
/
+28
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-1
/
+1
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-2
/
+8
*
Remove the ability to construct basic types in a TypeBuilder (#5678)
Thomas Lively
2023-04-19
1
-13
/
+0
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
1
-15
/
+0
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-12
/
+13
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-6
/
+6
*
Support interpretation of extern.externalize and extern.internalize (#5576)
Thomas Lively
2023-03-16
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-33
/
+37
*
[C API] Add relaxed SIMD operations (#5482)
dcode
2023-02-07
1
-0
/
+36
*
[C API] Add experimental StringNew and StringEq variants (#5471)
dcode
2023-02-01
1
-5
/
+29
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-2
/
+6
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-1
/
+1
*
Fix segment fault in API BinaryenModuleParse (#5440) (#5441)
Changqing Jing
2023-01-20
1
-1
/
+1
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-6
/
+6
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-3
/
+0
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-26
/
+11
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-6
/
+0
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-10
/
+8
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-8
/
+7
*
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
[next]