index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
example
/
c-api-kitchen-sink.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Encode reference types with bit packing (#7142)
Thomas Lively
2024-12-10
1
-11
/
+11
*
Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)
Derek Schuff
2024-12-06
1
-1
/
+1
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
1
-7
/
+5
*
Fix supertype counts when collecting heap types (#6905)
Thomas Lively
2024-09-05
1
-1
/
+1
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-4
/
+4
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-1
/
+1
*
[C API] Add APIs for getting/setting function types, and a CallRef example (#...
Alon Zakai
2024-07-09
1
-0
/
+10
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+2
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-10
/
+10
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-1
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-99
/
+0
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-86
/
+5
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-0
/
+10
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-12
/
+12
*
C API: Support adding data segments individually (#6346)
Lingming Zhang
2024-02-28
1
-0
/
+2
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-1
/
+1
*
C API: Add BinaryenArrayNewData (#6236)
ericvergnaud
2024-01-25
1
-0
/
+6
*
C API: Add BinaryenFunctionAppendVar (#6213)
KinderGartenKiller
2024-01-17
1
-0
/
+1
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-60
/
+92
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-1
/
+1
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-9
/
+9
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-2
/
+2
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-7
/
+7
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-1
/
+1
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-3
/
+3
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-3
/
+3
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
1
-4
/
+4
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-44
/
+44
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-3
/
+3
*
Update stringref text format (#5891)
Jérôme Vouillon
2023-08-22
1
-14
/
+14
*
C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829)
Alon Zakai
2023-07-21
1
-1
/
+4
*
Print supertype declarations using the standard format (#5801)
Thomas Lively
2023-07-06
1
-1
/
+1
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-1
/
+1
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-0
/
+13
*
Remove the ability to construct basic types in a TypeBuilder (#5678)
Thomas Lively
2023-04-19
1
-2
/
+1
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
1
-2
/
+0
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-6
/
+6
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[C API] Add relaxed SIMD operations (#5482)
dcode
2023-02-07
1
-0
/
+125
*
[C API] Add experimental StringNew and StringEq variants (#5471)
dcode
2023-02-01
1
-0
/
+24
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-2
/
+2
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-15
/
+0
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-15
/
+0
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-1
/
+1
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-2
/
+2
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
1
-2
/
+1
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-6
/
+6
*
[C API] Add APIs to inspect compound heap types (#5195)
dcode
2022-11-03
1
-1
/
+1
[next]