summaryrefslogtreecommitdiff
path: root/src/binary-reader.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-5/+5
* Rename exception -> event (#1013)Ben Smith2019-02-111-8/+8
* 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/+5
* Update linking metadata version (#996)Sam Clegg2019-01-171-3/+3
* The great renaming (#985)Ben Smith2018-12-191-11/+15
* 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/+8
* 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/+2
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-1/+1
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-8/+6
* 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
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-2/+5
* Refer to target section by index in relocation section (#830)Sam Clegg2018-05-031-2/+1
* Read and write module names in the names section (#831)Ben Smith2018-05-011-0/+4
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+1
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+3
* 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-0/+5
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-0/+6
* [wasm-objdump] Continue reading sections on error (#636)Ben Smith2017-09-261-2/+5
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+12
* 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-5/+5
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-4/+9
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-12/+12
* Use string_view for all BinaryReader callbacks (#561)Ben Smith2017-07-101-18/+19
* Extend binary reader to handle exception constructs. (#545)KarlSchimpf2017-07-011-0/+18
* Add parsing and objdump support for updated "linking" section (#483)Sam Clegg2017-06-221-0/+7
* Remove option default macros (#508)Ben Smith2017-06-191-5/+6
* [objdump] Be more explict about type and element indexes (#481)Sam Clegg2017-06-071-1/+2
* Clean up BinaryReader; rename to BinaryReaderDelegate (#451)Ben Smith2017-05-231-3/+6
* [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-109/+103
* Move Opcode/OpcodeInfo to opcode.{c,h} (#412)Ben Smith2017-04-271-0/+1