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
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+4
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-2
/
+2
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+0
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-65
/
+21
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-224
/
+1
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-10
/
+8
*
Use the new wat parser in the C API (#6555)
Thomas Lively
2024-04-29
1
-7
/
+4
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+4
*
Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)
Thomas Lively
2024-03-29
1
-4
/
+0
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-1
/
+7
*
Expose features option in C API binary reading (#6380)
Surma
2024-03-07
1
-3
/
+8
*
C API: Support adding data segments individually (#6346)
Lingming Zhang
2024-02-28
1
-0
/
+19
*
C API: Use segment names (#6254)
ericvergnaud
2024-02-01
1
-26
/
+30
*
C API: Add BinaryenArrayNewData (#6236)
ericvergnaud
2024-01-25
1
-0
/
+11
*
C API: Add BinaryenFunctionAppendVar (#6213)
KinderGartenKiller
2024-01-17
1
-0
/
+4
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-0
/
+4
*
C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)
KinderGartenKiller
2023-11-30
1
-0
/
+6
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-9
/
+9
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-0
/
+3
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-2
/
+2
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-2
/
+1
*
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
[next]