summaryrefslogtreecommitdiff
path: root/test/roundtrip
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-203-3/+86
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+91
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+13
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-282-3/+4
* BinaryReaderIR: set name of type if given in name section (#1996)Keith Winstein2022-09-181-0/+2
* Allow Code Metadata Annotations to have arbitrary hex strings (#1876)Jacob Abraham2022-08-161-1/+1
* Verify that alignment in SIMD load/store lane roundtrips (#1649)Alex Crichton2022-08-161-0/+37
* Implement \u{hex} escape parsing (#1909)Zoltan Herczeg2022-05-021-0/+17
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+8
* Added support for multi-memory in apply-names (#1810)Yuhan Deng2022-02-172-3/+28
* Finish instruction renaming (#1792)Heejin Ahn2021-12-2030-81/+81
* Fix type names for function references (#1787)Sam Clegg2021-12-131-5/+5
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-0/+97
* Enable reference types by default (#1729)Sam Clegg2021-10-137-7/+7
* Enable bulk memory by default (#1728)Sam Clegg2021-10-135-5/+4
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-202-2/+2
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+64
* Allow plain `try` with no `catch` or `delegate` (#1676)Asumu Takikawa2021-06-291-0/+8
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-25/+0
* Fix try-delegate label printing (#1685)Asumu Takikawa2021-06-291-0/+29
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-226-15/+15
* [Memory64] Support reading/writing limits as 64-bit LEBs (#1664)Wouter van Oortmerssen2021-04-222-0/+16
* Add more support to extended names section. (#1659)Sam Clegg2021-04-071-1/+5
* [simd] Rename widen to extend, implement some double precision ops (#1633)Ng Zhi An2021-03-111-16/+16
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-12/+4
* Fix label printing for blocks in folded form (#1609)Asumu Takikawa2021-02-231-0/+89
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-106-41/+63
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+3
* Changes required to make the new Memory64 spec tests run (#1560)Wouter van Oortmerssen2020-10-263-6/+6
* Update SIMD support (#1553)Darin Morrison2020-10-262-42/+42
* Disallow "64-bit" flag if memory64 is disabled (#1547)Paweł Bylica2020-09-182-2/+2
* Fix bug when writing multi-value block type (#1533)Ben Smith2020-09-081-0/+149
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-073-0/+145
* Print newline after rethrow instruction (#1503)Asumu Takikawa2020-07-301-0/+23
* Print newline after ref.is_null instruction (#1495)Ben Smith2020-07-241-1/+2
* Fix folding for *.load_splat and table.fill (#1486)Ben Smith2020-07-162-7/+877
* [wasm2wat] Fix a few more roundtripping issues (#1450)Ben Smith2020-05-292-0/+25
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-291-0/+17
* [wat2wasm] Write table indexes in text format (#1446)Ben Smith2020-05-284-1/+64
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-282-4/+4
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-143-2/+5
* Fix bug when writing grouped named parameters (#1418)Ben Smith2020-05-132-0/+17
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-061-1/+1
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+13
* Fix whitespace formatting of SIMD ops (#1372)Adam Klein2020-03-231-0/+22
* Apply start function name in wasm2wat (#1289)Ben Smith2020-01-091-0/+11
* Replace newline by a space (#1261)Amir Bawab2019-12-111-0/+14
* Update spec testsuite (#1237)Sam Clegg2019-11-229-12/+12
* reference-types: Table immediate of call_indirect comes first in the text for...Sam Clegg2019-11-142-2/+2
* Update spec testsuite (#1111)Ben Smith2019-07-163-14/+14