summaryrefslogtreecommitdiff
path: root/src/wat-writer.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-281-2/+3
* Update testsuite (#1327)Sam Clegg2020-02-051-0/+4
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-081-4/+6
* Replace newline by a space (#1261)Amir Bawab2019-12-111-1/+1
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+7
* Update spec testsuite (#1237)Sam Clegg2019-11-221-3/+10
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-3/+3
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-1/+1
* reference-types: Table immediate of call_indirect comes first in the text for...Sam Clegg2019-11-141-8/+5
* Rename v128_bits to simply vec128 since this is stored natively (#1207)Sam Clegg2019-11-111-3/+3
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+7
* [WIP] Added initial skeleton code for wasm-decompile. (#1155)Wouter van Oortmerssen2019-09-121-280/+30
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-0/+6
* Update spec testsuite (#1111)Ben Smith2019-07-161-4/+1
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-071-0/+1
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-2/+14
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-1/+1
* Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...gnzlbg2019-03-071-2/+5
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-7/+59
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+12
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-10/+9
* Rename exception -> event (#1013)Ben Smith2019-02-111-22/+22
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-71/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-8/+8
* The great renaming (#985)Ben Smith2018-12-191-37/+38
* Fold multi-value results properly (#984)Ben Smith2018-12-181-18/+37
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-041-11/+11
* Add more tests for tail_call feature (#931)Ben Smith2018-10-161-0/+13
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-8/+10
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-2/+73
* Tailcall (#918)Ben Smith2018-10-011-0/+17
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-13/+13
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-14/+30
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-15/+14
* Fix one bug for converting v128.shuffle from wasm format to wat format. (#832)lizhengxing2018-05-071-1/+1
* Read and write module names in the names section (#831)Ben Smith2018-05-011-1/+6
* Store local types as Type+Count pairs (#820)Ben Smith2018-03-281-6/+10
* Run clang-format over all the files (#814)Ben Smith2018-03-161-15/+21
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+13
* Simd Replace Lane instructions implementation. (#809)lizhengxing2018-03-151-0/+9
* Simd remaining Extract Lane instructions implementation. (#806)lizhengxing2018-03-151-0/+7
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+23
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-32/+84
* Use ExprVisitor in WatWriter (#768)Ben Smith2018-02-211-181/+280
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+8
* Add WatWriter option for inline imports (#703)Ben Smith2018-01-021-38/+134
* Fix bug when writing inline exports for import (#700)Ben Smith2017-12-191-1/+4
* Wabt simd v128.const instruction initial PR: (#677)lizhengxing2017-12-151-0/+8
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-19/+37
* Replace invalid characters with `_` in wat-writer (#687)Ben Smith2017-12-061-1/+26