| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement custom section reading/writing (#2284) | Diego Frias | 2023-09-15 | 1 | -0/+13 |
* | Always do a full roundtrip in run-roundtrip.py (#1661) | Sam Clegg | 2023-02-28 | 2 | -3/+4 |
* | BinaryReaderIR: set name of type if given in name section (#1996) | Keith Winstein | 2022-09-18 | 1 | -0/+2 |
* | Allow Code Metadata Annotations to have arbitrary hex strings (#1876) | Jacob Abraham | 2022-08-16 | 1 | -1/+1 |
* | Verify that alignment in SIMD load/store lane roundtrips (#1649) | Alex Crichton | 2022-08-16 | 1 | -0/+37 |
* | Implement \u{hex} escape parsing (#1909) | Zoltan Herczeg | 2022-05-02 | 1 | -0/+17 |
* | Add initial support for code metadata (#1840) | Yuri Iozzelli | 2022-02-25 | 1 | -0/+8 |
* | Added support for multi-memory in apply-names (#1810) | Yuhan Deng | 2022-02-17 | 2 | -3/+28 |
* | Finish instruction renaming (#1792) | Heejin Ahn | 2021-12-20 | 30 | -81/+81 |
* | Fix type names for function references (#1787) | Sam Clegg | 2021-12-13 | 1 | -5/+5 |
* | Support function references in parameters and results of functions and blocks... | Dmitry Bezhetskov | 2021-11-16 | 1 | -0/+97 |
* | Enable reference types by default (#1729) | Sam Clegg | 2021-10-13 | 7 | -7/+7 |
* | Enable bulk memory by default (#1728) | Sam Clegg | 2021-10-13 | 5 | -5/+4 |
* | SIMD is now phase 5, enable it by default (#1712) | Ng Zhi An | 2021-09-20 | 2 | -2/+2 |
* | Begin support for typed function references proposal: added the flag and supp... | Dmitry Bezhetskov | 2021-07-25 | 1 | -0/+64 |
* | Allow plain `try` with no `catch` or `delegate` (#1676) | Asumu Takikawa | 2021-06-29 | 1 | -0/+8 |
* | [EH] Remove `unwind` (#1682) | Heejin Ahn | 2021-06-29 | 1 | -25/+0 |
* | Fix try-delegate label printing (#1685) | Asumu Takikawa | 2021-06-29 | 1 | -0/+29 |
* | [EH] Replace event with tag (#1678) | Heejin Ahn | 2021-06-22 | 6 | -15/+15 |
* | [Memory64] Support reading/writing limits as 64-bit LEBs (#1664) | Wouter van Oortmerssen | 2021-04-22 | 2 | -0/+16 |
* | Add more support to extended names section. (#1659) | Sam Clegg | 2021-04-07 | 1 | -1/+5 |
* | [simd] Rename widen to extend, implement some double precision ops (#1633) | Ng Zhi An | 2021-03-11 | 1 | -16/+16 |
* | [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624) | Ng Zhi An | 2021-03-04 | 1 | -12/+4 |
* | Fix label printing for blocks in folded form (#1609) | Asumu Takikawa | 2021-02-23 | 1 | -0/+89 |
* | Update exception handling support to current proposal (#1596) | Asumu Takikawa | 2021-02-10 | 6 | -41/+63 |
* | Rename atomic.notify, *.atomic.wait (#1564) | Ben Smith | 2020-11-03 | 1 | -3/+3 |
* | Changes required to make the new Memory64 spec tests run (#1560) | Wouter van Oortmerssen | 2020-10-26 | 3 | -6/+6 |
* | Update SIMD support (#1553) | Darin Morrison | 2020-10-26 | 2 | -42/+42 |
* | Disallow "64-bit" flag if memory64 is disabled (#1547) | Paweł Bylica | 2020-09-18 | 2 | -2/+2 |
* | Fix bug when writing multi-value block type (#1533) | Ben Smith | 2020-09-08 | 1 | -0/+149 |
* | Added initial "memory64" proposal support (#1500) | Wouter van Oortmerssen | 2020-08-07 | 3 | -0/+145 |
* | Print newline after rethrow instruction (#1503) | Asumu Takikawa | 2020-07-30 | 1 | -0/+23 |
* | Print newline after ref.is_null instruction (#1495) | Ben Smith | 2020-07-24 | 1 | -1/+2 |
* | Fix folding for *.load_splat and table.fill (#1486) | Ben Smith | 2020-07-16 | 2 | -7/+877 |
* | [wasm2wat] Fix a few more roundtripping issues (#1450) | Ben Smith | 2020-05-29 | 2 | -0/+25 |
* | [wasm2wat] Write select type immediate (#1451) | Ben Smith | 2020-05-29 | 1 | -0/+17 |
* | [wat2wasm] Write table indexes in text format (#1446) | Ben Smith | 2020-05-28 | 4 | -1/+64 |
* | Reference types changes to remove subtyping (#1407) | Ben Smith | 2020-05-28 | 2 | -4/+4 |
* | Require `do` in folded `try` statement (#1425) | Ben Smith | 2020-05-14 | 3 | -2/+5 |
* | Fix bug when writing grouped named parameters (#1418) | Ben Smith | 2020-05-13 | 2 | -0/+17 |
* | Enabled merged proposals by default (#1405) | Alex Crichton | 2020-05-06 | 1 | -1/+1 |
* | Add support for atomic.fence from the threads proposal (#1231) | Andy Wingo | 2020-04-20 | 1 | -0/+13 |
* | Fix whitespace formatting of SIMD ops (#1372) | Adam Klein | 2020-03-23 | 1 | -0/+22 |
* | Apply start function name in wasm2wat (#1289) | Ben Smith | 2020-01-09 | 1 | -0/+11 |
* | Replace newline by a space (#1261) | Amir Bawab | 2019-12-11 | 1 | -0/+14 |
* | Update spec testsuite (#1237) | Sam Clegg | 2019-11-22 | 9 | -12/+12 |
* | reference-types: Table immediate of call_indirect comes first in the text for... | Sam Clegg | 2019-11-14 | 2 | -2/+2 |
* | Update spec testsuite (#1111) | Ben Smith | 2019-07-16 | 3 | -14/+14 |
* | Implement bulk memory in the interpreter (#1074) | Ben Smith | 2019-05-07 | 3 | -8/+8 |
* | Proper encoding of passive element segments (#1066) | Ben Smith | 2019-04-18 | 3 | -4/+7 |