index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-binary.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
1
-0
/
+1
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+4
*
[NFC] Eagerly create Functions in binary parser (#6957)
Thomas Lively
2024-09-19
1
-0
/
+5
*
[NFC] Remove excessive debug logging from binary reading (#6927)
Alon Zakai
2024-09-10
1
-44
/
+1
*
[EH] Rename Catch(All)_P3 to Catch(All)_Legacy (NFC) (#6901)
Heejin Ahn
2024-09-04
1
-2
/
+2
*
[FP16] Fix max opcode typo. (#6894)
Brendan Dahl
2024-09-03
1
-1
/
+1
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+2
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-4
/
+4
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+7
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-0
/
+1
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+8
*
Fix encoding of heap type definitions (#6856)
Thomas Lively
2024-08-20
1
-9
/
+9
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+2
*
Save build ID in a source map (#6799)
Marcin Kolny
2024-08-15
1
-0
/
+1
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+6
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+3
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-2
/
+10
*
[threads] Fix encoding of shared types (#6746)
Thomas Lively
2024-07-15
1
-1
/
+1
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-0
/
+1
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+2
*
Validate that names are valid UTF-8 (#6682)
Thomas Lively
2024-06-19
1
-1
/
+1
*
Fix validation of unused LEB128 bits (#6680)
Thomas Lively
2024-06-19
1
-11
/
+16
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
1
-1
/
+1
*
Reject invalid section IDs (#6675)
Thomas Lively
2024-06-18
1
-1
/
+1
*
[threads] Binary reading and writing of shared composite types (#6664)
Thomas Lively
2024-06-14
1
-0
/
+1
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-0
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-15
/
+0
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-24
/
+2
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-0
/
+2
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-2
/
+6
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
1
-0
/
+1
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
1
-9
/
+0
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+4
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+2
*
Remove legacy GC encodings (#5874)
Thomas Lively
2024-03-12
1
-151
/
+30
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+2
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+2
*
[EH] Add noexn's opcode (#6329)
Heejin Ahn
2024-02-21
1
-2
/
+2
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+5
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-2
/
+10
*
[EH] Use random value for exnref encoding when legacy GC is used (#6166)
Heejin Ahn
2023-12-11
1
-6
/
+20
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-7
/
+12
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+2
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-14
/
+15
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-0
/
+2
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-0
/
+1
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+2
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-3
/
+3
*
Use standard GC encodings by default (#5873)
Thomas Lively
2023-09-12
1
-4
/
+3
*
[NFC] Source maps: Simplify the code and add comments (#5912)
Alon Zakai
2023-09-06
1
-16
/
+30
[next]