summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
Commit message (Expand)AuthorAgeFilesLines
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-1/+1
* Add initial support for extended names sections (#1554)Sam Clegg2020-10-021-0/+7
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-0/+4
* Fix integer overflow in objdump name tracking (#1524)Sam Clegg2020-08-191-1/+3
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-10/+10
* 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/+5
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+2
* Parse struct fields (#1355)Ben Smith2020-03-161-1/+1
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-5/+6
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-2/+2
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-1/+1
* 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-2/+4
* 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
* Add ExternalKind to OnImport callback (#1182)Sam Clegg2019-10-101-0/+1
* Add support for ref.null in global initializers (#1131)Andy Wingo2019-07-251-0/+1
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-0/+3
* Match custom section names in wasm-objdump (#1097)Ben Smith2019-06-271-1/+3
* Add support for comdat groups in the linking section (#1087)Sam Clegg2019-06-041-0/+3
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-071-1/+4
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-2/+4
* Improve support for event symbols and except_ref types (#1025)Wouter van Oortmerssen2019-02-241-0/+4
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-2/+8
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+2
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-2/+2
* Rename exception -> event (#1013)Ben Smith2019-02-111-10/+10
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-1/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-2/+2
* Implement parsing and writing of DataCount section (#998)Ben Smith2019-01-231-0/+4
* The great renaming (#985)Ben Smith2018-12-191-9/+9
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-1/+1
* Add needed_dynlibs to dylink section (#974)Sam Clegg2018-12-121-0/+2
* Add support for dylink section (#955)Sam Clegg2018-11-141-0/+7
* Implemented tail call instructions: (#926)Francis McCabe2018-10-121-0/+2
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-2/+9
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-1/+1
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-8/+7
* Add support for new relocation types used in DWARF sections (#846)Sam Clegg2018-05-291-0/+3
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-2/+2
* Remove old sub-sections types from linking section (#840)Sam Clegg2018-05-171-2/+0
* Print "warning" for ignored custom section errors (#843)Ben Smith2018-05-161-1/+1
* Refer to target section by index in relocation section (#830)Sam Clegg2018-05-031-3/+1
* Read and write module names in the names section (#831)Ben Smith2018-05-011-0/+4
* Run clang-format over all the files (#814)Ben Smith2018-03-161-8/+4
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+1
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+1