summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for new symbol table format (#769)Sam Clegg2018-03-051-2/+16
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-3/+5
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+1
* Add support for init function in linking metadata (#699)Sam Clegg2018-01-021-1/+2
* Wabt simd v128.const instruction initial PR: (#677)lizhengxing2017-12-151-0/+3
* Rename {wake,wait} -> atomic.{wake,wait} (#672)Ben Smith2017-11-211-6/+6
* wasm-objdump: Add support for data segment info (#656)Sam Clegg2017-10-171-1/+6
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-0/+6
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+12
* Append trailing underscore on private member names (#615)Ben Smith2017-09-071-3/+3
* Add support data-size and alignment linking metadata (#555)Sam Clegg2017-09-011-0/+2
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Use string_view for all BinaryReader callbacks (#561)Ben Smith2017-07-101-18/+18
* Extend binary reader to handle exception constructs. (#545)KarlSchimpf2017-07-011-0/+16
* Add parsing and objdump support for updated "linking" section (#483)Sam Clegg2017-06-221-0/+6
* Clean up BinaryReader; rename to BinaryReaderDelegate (#451)Ben Smith2017-05-231-3/+3
* [wasmdump] Display function names at call sites in disassembly (#441)Sam Clegg2017-05-191-0/+1
* Use Index/Address/Offset instead of uint32_t (#433)Ben Smith2017-05-151-199/+200
* Improve wasmdump output for relocations and data segments (#406)Sam Clegg2017-04-251-1/+1
* Refactor Stream/Writer; write as C++ (#399)Ben Smith2017-04-161-1/+1
* Use classes + virtual functions for BinaryReader (#376)Ben Smith2017-03-301-0/+242