index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-101
/
+10
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-125
/
+18
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
1
-2
/
+2
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-2
/
+2
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-13
/
+20
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-3
/
+13
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
1
-23
/
+28
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
1
-0
/
+1
*
[StackIR] Support source maps and DWARF with StackIR (#6564)
Alon Zakai
2024-05-01
1
-2
/
+2
*
Fixes regarding explicit names (#6466)
Jérôme Vouillon
2024-04-11
1
-12
/
+20
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+24
*
Fix writing of data segment names in name section (#6462)
Jérôme Vouillon
2024-04-02
1
-2
/
+2
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-2
/
+14
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+24
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+41
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+20
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+50
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-6
/
+63
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-0
/
+30
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+25
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-9
/
+31
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-0
/
+16
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
1
-2
/
+2
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-0
/
+5
*
Error on multivalue inputs that we do not handle (#5962)
Alon Zakai
2023-09-20
1
-2
/
+6
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+20
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-4
/
+4
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-9
/
+6
*
[NFC] Source maps: Simplify the code and add comments (#5912)
Alon Zakai
2023-09-06
1
-21
/
+16
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
1
-3
/
+1
*
Parse non-nullable tuple elements without special handling (#5910)
Thomas Lively
2023-08-30
1
-23
/
+5
*
Source maps: Fix locations without debug info between ones that do (#5906)
Alon Zakai
2023-08-30
1
-10
/
+55
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-4
/
+4
*
Fix finalization of call_ref to handle refined target types (#5883)
Thomas Lively
2023-08-21
1
-1
/
+4
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-0
/
+3
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-125
/
+22
*
Fix binary writing of strings without GC enabled (#5836)
Alon Zakai
2023-07-31
1
-4
/
+10
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
1
-5
/
+34
*
[NFC] Fix the use of "strict" in subtypes.h (#5804)
Thomas Lively
2023-07-06
1
-2
/
+1
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-203
/
+195
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-14
/
+33
*
[Strings] Fix non-nullable string emitting in the binary format (#5756)
Alon Zakai
2023-06-07
1
-3
/
+9
*
Fix emitting of function reference types without GC (#5737)
Thomas Lively
2023-06-05
1
-14
/
+17
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-16
/
+14
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-14
/
+16
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-70
/
+59
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-20
/
+27
*
Emit memory segment index for data segments (#5699)
Alon Zakai
2023-05-03
1
-0
/
+9
*
Fix name deduplication with partial names sections (#5689)
Alon Zakai
2023-04-28
1
-0
/
+43
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
1
-25
/
+7
[prev]
[next]