summaryrefslogtreecommitdiff
path: root/src/binary-reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow a local type count of 0 (#1039)Ben Smith2019-03-081-1/+0
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-2/+3
* Improve support for event symbols and except_ref types (#1025)Wouter van Oortmerssen2019-02-241-6/+19
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-16/+79
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+10
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-19/+13
* Rename exception -> event (#1013)Ben Smith2019-02-111-27/+27
* Add `Event` known section; remove `exception` (#1012)Ben Smith2019-02-111-3/+6
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-11/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-5/+5
* Update bulk memory instruction binary encodings (#999)Alex Crichton2019-01-291-11/+18
* Implement parsing and writing of DataCount section (#998)Ben Smith2019-01-231-6/+27
* Update linking metadata version (#996)Sam Clegg2019-01-171-4/+4
* The great renaming (#985)Ben Smith2018-12-191-90/+90
* 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/+9
* Handle mismatch in function/code section (#959)Ben Smith2018-11-281-0/+4
* Add support for dylink section (#955)Sam Clegg2018-11-141-0/+20
* Update testsuite (#942)Ben Smith2018-11-051-6/+10
* Add test for disabled opcodes in binary reader (#934)Ben Smith2018-10-181-34/+18
* Add more tests for tail_call feature (#931)Ben Smith2018-10-161-4/+6
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-0/+5
* Implemented tail call instructions: (#926)Francis McCabe2018-10-121-0/+26
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-12/+84
* Require reserved instruction bytes to be one byte (#922)Ben Smith2018-10-051-6/+6
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-1/+2
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-21/+21
* Fix integer overflow w/ too many locals (#862)Ben Smith2018-06-151-0/+4
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-41/+51
* Add support for new relocation types used in DWARF sections (#846)Sam Clegg2018-05-291-0/+8
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-8/+8
* Remove old sub-sections types from linking section (#840)Sam Clegg2018-05-171-12/+0
* Print "warning" for ignored custom section errors (#843)Ben Smith2018-05-161-7/+20
* Fix broken version check on metadata section (#841)Sam Clegg2018-05-141-1/+1
* Fix bug with --ignore-custom-section-errors flag (#837)Ben Smith2018-05-141-1/+4
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-17/+62
* Refer to target section by index in relocation section (#830)Sam Clegg2018-05-031-8/+6
* Read and write module names in the names section (#831)Ben Smith2018-05-011-0/+8
* Don't allow a local decl count of 0 (#827)Ben Smith2018-04-101-0/+1
* Don't allow the `v128` type without the simd flag (#824)Ben Smith2018-04-041-3/+8
* Use `ReadCount` function in BinaryReader (#821)Ben Smith2018-03-281-20/+38
* Run clang-format over all the files (#814)Ben Smith2018-03-161-7/+6
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+9
* Simd Replace Lane instructions implementation. (#809)lizhengxing2018-03-151-1/+7
* Simd remaining Extract Lane instructions implementation. (#806)lizhengxing2018-03-151-1/+8
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+9
* SIMD v128.load/v128.store implementation. (#801)lizhengxing2018-03-091-2/+4
* SIMD Floating point to integer with saturation implementation. (#797)lizhengxing2018-03-071-0/+4
* SIMD Integer to floating point conversion implementation. (#795)lizhengxing2018-03-061-0/+5
* SIMD (f32x4/f64x2).sqrt implementation. (#789)lizhengxing2018-03-051-0/+2