summaryrefslogtreecommitdiff
path: root/test/binary
Commit message (Expand)AuthorAgeFilesLines
* Issue a nicer error message on wasm components. (#2515)Dan Gohman2024-12-062-0/+14
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-3/+3
* Harden against invalid alignment (#2411)Soni L.2024-08-091-2/+3
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-2/+2
* Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)Yuta Saito2024-03-111-2/+6
* Handle zero local count in disassembly (#2359)Rod Vagg2024-01-031-0/+27
* Add support for new WASM_SYMBOL_ABS symbol flag (#2305)Sam Clegg2023-11-281-4/+12
* Implement custom section reading/writing (#2284)Diego Frias2023-09-152-0/+18
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-121-2/+2
* binary-reader.cc: detect more malformed modules (#2251)Keith Winstein2023-06-083-9/+5
* wasm-objdump: Include function names in "init functions" subsection (#2202)Sam Clegg2023-04-201-2/+2
* binary-reader.cc: expand max local count and fix error message (#2173)Keith Winstein2023-03-151-1/+2
* Fix several issues found by fuzzing (#1931)20192022-09-172-0/+40
* Fix incorrect index usage in BinaryReaderIR::OnTableSymbol (#1976)Sam Clegg2022-08-311-2/+54
* Allow binary reader to skip function bodies. NFC (#1871)Sam Clegg2022-03-232-30/+4
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-258-0/+538
* Added support for multi-memory in apply-names (#1810)Yuhan Deng2022-02-171-2/+2
* Fix size of segment in initialization error reporting (#1823)Sam Clegg2022-02-091-1/+0
* Update testsuite (#1795)Sam Clegg2022-01-101-17/+0
* Finish instruction renaming (#1792)Heejin Ahn2021-12-2016-16/+16
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-131-2/+2
* Add test for function lacking END marker. NFC (#1775)Sam Clegg2021-12-071-0/+17
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-052-8/+8
* Add support for target_features section (#1744)Sam Clegg2021-10-191-0/+28
* Support for import/export info in dylink section (#1741)Sam Clegg2021-10-191-0/+24
* Enable reference types by default (#1729)Sam Clegg2021-10-132-2/+4
* Enable bulk memory by default (#1728)Sam Clegg2021-10-138-12/+3
* Avoid writing DataCount section when it is not needed. (#1727)Sam Clegg2021-10-131-2/+0
* Fix ub access of 0-size vector in data segment (#1725)Ng Zhi An2021-10-121-0/+16
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-201-10/+0
* Support new dylink custom section format (#1707)Sam Clegg2021-09-101-0/+37
* Support TLS symbol flag (#1706)Sam Clegg2021-09-091-2/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-223-10/+10
* Fix reading of bad relocation type (#1672)Sam Clegg2021-05-281-0/+30
* objdump: add support for segments flags in the linking section (#1669)Sam Clegg2021-05-132-9/+9
* objdump: fix typo (#1614)Sam Clegg2021-03-021-1/+1
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-2/+2
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-0/+23
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-032-5/+5
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-162-2/+2
* Disallow "64-bit" flag if memory64 is disabled (#1547)Paweł Bylica2020-09-182-0/+23
* Disallow non-zero memidx when bulk memory disabled (#1546)Paweł Bylica2020-09-172-0/+20
* Fix integer overflow in objdump name tracking (#1524)Sam Clegg2020-08-191-0/+11
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-072-6/+6
* Fix linking section symbol name bugs (#1508)Ben Smith2020-07-314-0/+112
* Detect malformed memory/table limits flag (#1505)Paweł Bylica2020-07-314-0/+45
* Fix reading of section code (#1501)Paweł Bylica2020-07-311-0/+10
* Detect malformed import kind in binary reader (#1504)Paweł Bylica2020-07-301-0/+8
* Fix assert when function has struct type (#1498)Ben Smith2020-07-251-0/+12
* Check for malformed alignment (#1454)Ben Smith2020-06-091-0/+18