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
*
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
*
Source maps: Fix locations without debug info between ones that do (#5906)
Alon Zakai
2023-08-30
1
-4
/
+20
*
Fix standard reference type encoding (#5905)
Thomas Lively
2023-08-28
1
-2
/
+2
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-1
/
+1
*
Allow opting into standard GC encodings at compile time (#5868)
Thomas Lively
2023-08-10
1
-49
/
+153
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-18
/
+0
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
1
-4
/
+5
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-4
/
+4
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-6
/
+6
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-2
/
+6
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-6
/
+2
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-10
/
+13
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-2
/
+2
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+5
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-0
/
+10
*
[Wasm GC] Remove RefIsFunc and RefIsI31 from the binary format (#5574)
Alon Zakai
2023-03-15
1
-3
/
+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
-2
/
+2
*
Fix sourcemap nesting in reading and writing (#5504)
JesseCodeBones
2023-02-24
1
-1
/
+6
*
[Strings] Add experimental string.hash instruction (#5480)
Alon Zakai
2023-02-03
1
-0
/
+1
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-0
/
+3
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-0
/
+1
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-13
/
+9
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-0
/
+1
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-1
/
+2
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-2
/
+2
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-2
/
+2
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-5
/
+5
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-1
/
+9
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-8
/
+4
*
Rename UserSection -> CustomSection. NFC (#5288)
Sam Clegg
2022-11-22
1
-7
/
+7
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-4
/
+2
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-2
/
+4
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-5
/
+5
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-4
/
+2
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+3
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-1
/
+2
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-0
/
+2
*
Support null characters in string.const expressions (#5123)
Thomas Lively
2022-10-11
1
-1
/
+1
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-2
/
+2
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-0
/
+8
*
Warn on too many parameters for Web VMs (#5119)
Alon Zakai
2022-10-06
1
-1
/
+2
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-1
/
+2
[next]