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
...
*
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
*
Rename UserSection -> CustomSection. NFC (#5288)
Sam Clegg
2022-11-22
1
-90
/
+90
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-25
/
+6
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-6
/
+25
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-25
/
+6
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-6
/
+26
*
Fix binary parsing of data segment memory (#5208)
Thomas Lively
2022-11-03
1
-2
/
+1
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-3
/
+4
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-2
/
+14
*
Binary format: Don't emit empty Memory sections (#5145)
Alon Zakai
2022-10-17
1
-1
/
+1
*
Support null characters in string.const expressions (#5123)
Thomas Lively
2022-10-11
1
-15
/
+7
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-24
/
+22
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-51
/
+117
*
Warn on too many parameters for Web VMs (#5119)
Alon Zakai
2022-10-06
1
-0
/
+5
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-7
/
+4
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-14
/
+28
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-5
/
+0
*
[NFC] Simplify binary reading logic for data segments (#4990)
Alon Zakai
2022-08-31
1
-7
/
+4
*
[NFC] Simplify binary reading logic for element segments (#4989)
Alon Zakai
2022-08-29
1
-7
/
+4
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-1
/
+10
*
[NFC] Simplify binary reading logic for memories (#4987)
Alon Zakai
2022-08-29
1
-23
/
+7
*
[NFC] Simplify binary reading logic for globals (#4980)
Alon Zakai
2022-08-29
1
-31
/
+11
*
[NFC] Simplify binary reading logic for tables (#4974)
Alon Zakai
2022-08-26
1
-27
/
+11
*
Emit `i31ref` and `dataref` binary shorthands (#4844)
Thomas Lively
2022-08-26
1
-6
/
+4
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-2
/
+2
*
Add support for Tag names in the Names section (#4970)
Alon Zakai
2022-08-26
1
-4
/
+57
*
[NFC] Simplify binary reading logic for functions (#4969)
Alon Zakai
2022-08-26
1
-18
/
+9
[prev]
[next]