summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.cc
Commit message (Expand)AuthorAgeFilesLines
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-071-0/+1
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+12
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-1/+1
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-2/+2
* wasm-objdump: Include function names in "init functions" subsection (#2202)Sam Clegg2023-04-201-3/+3
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-2/+2
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-12/+11
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+20
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-30/+31
* Update testsuite (#1795)Sam Clegg2022-01-101-6/+9
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-3/+2
* Fix type names for function references (#1787)Sam Clegg2021-12-131-15/+17
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-021-46/+0
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-7/+16
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-4/+0
* Add support for target_features section (#1744)Sam Clegg2021-10-191-0/+10
* Support for import/export info in dylink section (#1741)Sam Clegg2021-10-191-0/+18
* Remove ununsed onSymbol callback. NFC (#1708)Sam Clegg2021-09-101-7/+0
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+1
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-1/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-23/+23
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-10/+11
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+16
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+1
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-3/+4
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-3/+6
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-161-2/+1
* Add initial support for extended names sections (#1554)Sam Clegg2020-10-021-0/+20
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-0/+10
* Fix integer overflow in objdump name tracking (#1524)Sam Clegg2020-08-191-2/+3
* Enable -Werror during CI (#1522)Sam Clegg2020-08-181-9/+9
* Made the interpreter "type-safe" in debug mode (#1512)Wouter van Oortmerssen2020-08-101-2/+2
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-2/+2
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-1/+1
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-4/+20
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-7/+18
* Move more functionality into the v128 type (#1363)Ben Smith2020-03-201-6/+6
* Parse struct fields (#1355)Ben Smith2020-03-161-3/+19
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-7/+13
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-11/+10
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-5/+10
* Fix logging of f32.const and f64.const (#1335)Ben Smith2020-02-191-2/+2
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-2/+6
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+1
* reference-types: Add reference-types spec tests (#1225)Sam Clegg2019-11-251-0/+1
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-11/+12
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-2/+2
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+1