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
*
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
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+50
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-5
/
+50
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-3
/
+3
*
Ensure a deterministic order in the type names section (#5590)
Alon Zakai
2023-03-20
1
-1
/
+1
*
[Exceptions] Fix error on bad delegate index (#5587)
Alon Zakai
2023-03-17
1
-1
/
+6
*
Add bulk-array.wast spec test outline (#5568)
Thomas Lively
2023-03-16
1
-3
/
+0
*
[Wasm GC] Remove RefIsFunc and RefIsI31 from the binary format (#5574)
Alon Zakai
2023-03-15
1
-22
/
+0
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-4
/
+5
*
Fix sourcemap nesting in reading and writing (#5504)
JesseCodeBones
2023-02-24
1
-12
/
+24
*
[Strings] Add experimental string.hash instruction (#5480)
Alon Zakai
2023-02-03
1
-0
/
+2
*
Fix issues with ref.cast_nop (#5473)
Alon Zakai
2023-02-03
1
-2
/
+1
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-4
/
+16
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-2
/
+7
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-25
/
+15
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-11
/
+26
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-10
/
+14
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-16
/
+19
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-3
/
+13
*
Allow non-nullable ref.cast of nullable references (#5386)
Thomas Lively
2023-01-04
1
-8
/
+0
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-3
/
+6
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-7
/
+13
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-1
/
+11
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-3
/
+8
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-10
/
+9
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-2
/
+1
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
1
-7
/
+1
[next]