summaryrefslogtreecommitdiff
path: root/test/gen-wasm.py
Commit message (Expand)AuthorAgeFilesLines
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-31/+31
* Support for import/export info in dylink section (#1741)Sam Clegg2021-10-191-0/+2
* Support new dylink custom section format (#1707)Sam Clegg2021-09-101-0/+4
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-1/+1
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-1/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-0/+4
* Fix assert when function has struct type (#1498)Ben Smith2020-07-251-0/+2
* Remove support for python2 (#1321)Sam Clegg2020-01-311-2/+1
* Error on memory.init|data.drop without DataCount (#1297)Ben Smith2020-01-101-0/+9
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-151-154/+154
* Run flake8 on the whole repository (#1144)Guanzhong Chen2019-08-151-3/+3
* Add support for comdat groups in the linking section (#1087)Sam Clegg2019-06-041-0/+1
* Add `Event` known section; remove `exception` (#1012)Ben Smith2019-02-111-0/+1
* Implement parsing and writing of DataCount section (#998)Ben Smith2019-01-231-0/+1
* Add more tests for tail_call feature (#931)Ben Smith2018-10-161-0/+2
* Require reserved instruction bytes to be one byte (#922)Ben Smith2018-10-051-2/+2
* Remove old sub-sections types from linking section (#840)Sam Clegg2018-05-171-2/+0
* Read and write module names in the names section (#831)Ben Smith2018-05-011-0/+1
* Don't allow the `v128` type without the simd flag (#824)Ben Smith2018-04-041-0/+1
* Add support for new symbol table format (#769)Sam Clegg2018-03-051-1/+1
* Replace `run-gen-wasm*.py` with `RUN` commands (#738)Ben Smith2018-01-261-2/+2
* Use `section` in gen-wasm tests for subsections (#718)Ben Smith2018-01-171-0/+11
* Error out of parse errors in gen-wasm.py (#505)Sam Clegg2017-06-181-1/+1
* Update wasm binary format label to 1 (#310)Derek Schuff2017-02-241-1/+1
* Add support for yapf python formatting tool (#276)Sam Clegg2017-01-181-227/+260
* Parse arbitrary user sections (#220)Sam Clegg2016-11-181-2/+2
* Fix types for binary 0xdBen Smith2016-10-261-8/+8
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-171/+172
* append END opcode at end of functionBen Smith2016-09-301-0/+1
* fix binary tests for binary_0xcBen Smith2016-09-291-3/+34
* WIP on tables + memoriesBen Smith2016-09-291-0/+1
* fix binary/* testsBen Smith2016-09-291-3/+5
* python3 supportBen Smith2016-09-011-5/+5
* fix binary reader bug popping past a labelBen Smith2016-05-061-1/+1
* put ply output files in out/ directoryBen Smith2016-05-031-1/+3
* more binary reader testsBen Smith2016-04-301-2/+6
* add {run-,}gen-wasm.py; used to generate .wasmBen Smith2016-04-281-20/+19
* add {run-,}gen-wasm.py; used to generate .wasmBen Smith2016-04-271-0/+461