summaryrefslogtreecommitdiff
path: root/test/run-roundtrip.py
Commit message (Expand)AuthorAgeFilesLines
* test/run-roundtrip.py: test roundtrip even with --stdout (#2505)Keith Winstein2024-11-111-7/+12
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+3
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-281-29/+13
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+6
* Added support for multi-memory in apply-names (#1810)Yuhan Deng2022-02-171-0/+3
* Enable reference types by default (#1729)Sam Clegg2021-10-131-3/+3
* Enable bulk memory by default (#1728)Sam Clegg2021-10-131-3/+0
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-201-3/+0
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+3
* Fix bug when writing multi-value block type (#1533)Ben Smith2020-09-081-0/+2
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-0/+3
* Remove support for python2 (#1321)Sam Clegg2020-01-311-1/+1
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-151-151/+152
* Run flake8 on the whole repository (#1144)Guanzhong Chen2019-08-151-7/+4
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+3
* Add more tests for tail_call feature (#931)Ben Smith2018-10-161-0/+3
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-0/+3
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-031-3/+0
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-0/+3
* Add feature flags for sign-ext., mutable-globals (#722)Ben Smith2018-01-181-2/+13
* Add WatWriter option for inline imports (#703)Ben Smith2018-01-021-0/+2
* Add SIMD suppor in run-interp.py/run-objdump.py/run-roundtrip.py (#698)lizhengxing2017-12-191-0/+3
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+3
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-081-11/+11
* Rename wasm2wast -> wasm2wat (#616)Ben Smith2017-09-081-10/+10
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-3/+3
* Extend binary reader to handle exception constructs. (#545)KarlSchimpf2017-07-011-0/+3
* Add validation to wasm2wast (#516)Ben Smith2017-06-221-0/+1
* Add option to generate inline exports in wat-writer (#465)Ben Smith2017-05-311-0/+2
* Add support for folding expressions in wat-writer (#460)Ben Smith2017-05-261-0/+2
* Remove WabtAllocator (#307)Ben Smith2017-02-171-3/+0
* Add support for yapf python formatting tool (#276)Sam Clegg2017-01-181-15/+15
* Pass --bindir to test helpers rather than full path to each tool (#273)Sam Clegg2017-01-121-6/+5
* wasm2wast reads names from a module by default (#253)Ben Smith2017-01-061-1/+1
* Update test/run-tests.py (#255)Ben Smith2017-01-051-1/+0
* Fix some binary reader bugs found by fuzzing (#261)Ben Smith2016-12-271-0/+2
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-7/+12
* Add wasmopcodecnt testsBen Smith2016-10-101-2/+2
* Fix broken 'run-tests' target (#104)Sam Clegg2016-09-221-21/+21
* Tests verbosity (#88)Michael Ferris2016-06-171-0/+5
* add {run-,}gen-wasm.py; used to generate .wasmBen Smith2016-04-271-2/+0
* cleanup the run-*.py scriptsBen Smith2016-04-271-92/+28
* generate names for unnamed AST nodesBen Smith2016-04-151-20/+57
* read names section from binary format, w/ testBen Smith2016-03-251-0/+184