index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue a nicer error message on wasm components. (#2515)
Dan Gohman
2024-12-06
1
-11
/
+34
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+39
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-8
/
+25
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
1
-1
/
+2
*
interp: Handle ref.null exn (#2497)
Soni L.
2024-10-29
1
-0
/
+3
*
wasm-interp: Fix catch handlers correctly (#2483)
Soni L.
2024-10-07
1
-0
/
+1
*
Fix handling of data count without data section (#2432)
Soni L.
2024-09-23
1
-6
/
+11
*
Add missing relocation types (and delete a non-existent one) (#2457)
SingleAccretion
2024-08-29
1
-1
/
+5
*
Harden against invalid alignment (#2411)
Soni L.
2024-08-09
1
-6
/
+23
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-1
/
+3
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
1
-5
/
+35
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-4
/
+4
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-18
/
+7
*
BinaryReader/Writer: roundtrip large memory64 offsets (#2255)
Keith Winstein
2023-06-20
1
-1
/
+1
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
1
-10
/
+1
*
binary-reader.cc: detect more malformed modules (#2251)
Keith Winstein
2023-06-08
1
-27
/
+23
*
BinaryReader/BinaryReaderIR: check for missing end markers (#2218)
Keith Winstein
2023-05-03
1
-1
/
+8
*
wasm-objdump: Include function names in "init functions" subsection (#2202)
Sam Clegg
2023-04-20
1
-3
/
+3
*
binary-reader.cc: expand max local count and fix error message (#2173)
Keith Winstein
2023-03-15
1
-2
/
+2
*
Use C++17's [[fallthrough]]. NFC (#2091)
Sam Clegg
2023-02-27
1
-1
/
+1
*
Fix typo in binary-reader.cc (#2127)
Tatsuyuki Kobayashi
2023-01-14
1
-4
/
+4
*
Use C++17's [[nodiscard]]. NFC (#2090)
Sam Clegg
2022-12-02
1
-76
/
+74
*
Implement Relaxed SIMD proposal (#1994)
Marcus Better
2022-11-30
1
-0
/
+20
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-7
/
+7
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-94
/
+129
*
Continue dumping sections even when one is unknown (#1884)
Rafael Fernández López
2022-04-21
1
-7
/
+26
*
Allow binary reader to skip function bodies. NFC (#1871)
Sam Clegg
2022-03-23
1
-1
/
+5
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+58
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-20
/
+20
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-2
/
+18
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-1
/
+1
*
wasm-objdump: Fix disassembly output of selectT instruction (#1777)
Sam Clegg
2021-12-08
1
-3
/
+7
*
Show tag names in objdump disassembly (#1774)
Sam Clegg
2021-12-07
1
-0
/
+1
*
Perform init expression validation outside of the binary reader. NFC (#1770)
Sam Clegg
2021-12-02
1
-94
/
+29
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-32
/
+92
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-1
/
+10
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-3
/
+1
*
Fix a range of data type warning in gcc (#1702)
Hyukwoo Park
2021-10-26
1
-2
/
+1
*
Add support for target_features section (#1744)
Sam Clegg
2021-10-19
1
-0
/
+19
*
Support for import/export info in dylink section (#1741)
Sam Clegg
2021-10-19
1
-3
/
+26
*
Fix ub access of 0-size vector in data segment (#1725)
Ng Zhi An
2021-10-12
1
-0
/
+1
*
Support new dylink custom section format (#1707)
Sam Clegg
2021-09-10
1
-0
/
+56
*
Remove ununsed onSymbol callback. NFC (#1708)
Sam Clegg
2021-09-10
1
-1
/
+0
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+5
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-6
/
+0
*
[EH] Make tag attribute's encoding uint8 (#1681)
Heejin Ahn
2021-06-29
1
-2
/
+2
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-32
/
+32
*
[Memory64] Support reading/writing limits as 64-bit LEBs (#1664)
Wouter van Oortmerssen
2021-04-22
1
-5
/
+16
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-11
/
+11
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+15
[next]