| Commit message (Expand) | Author | Age | Files | Lines |
* | Use IRBuilder in the binary parser (#6963) | Thomas Lively | 2024-11-26 | 1 | -13/+19 |
* | Source map fixes (#6550) | Jérôme Vouillon | 2024-05-02 | 1 | -1/+2 |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -5/+5 |
* | Improve debug info printing with depth (#5903) | JesseChen | 2023-08-28 | 1 | -0/+5 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -5/+5 |
* | Fix sourcemap nesting in reading and writing (#5504) | JesseCodeBones | 2023-02-24 | 1 | -1/+1 |
* | Remove Type ordering (#3793) | Thomas Lively | 2021-05-18 | 1 | -3/+3 |
* | Assign import names consistently between text and binaryn reader (#3238) | Sam Clegg | 2020-10-14 | 1 | -4/+4 |
* | Prototype extended-name-section proposal (#3162) | Daniel Wirtz | 2020-09-29 | 1 | -1/+1 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -7/+7 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -12/+12 |
* | Print custom section contents if printable (#2326) | Ingvar Stepanyan | 2019-09-06 | 1 | -1/+1 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -60/+60 |
* | Emit imports before defined things in text format (#1715) | Alon Zakai | 2018-11-01 | 1 | -1/+1 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -2/+2 |
* | Add debug information locations to the function prolog/epilog (#1674) | Yury Delendik | 2018-09-17 | 1 | -4/+0 |
* | Binary format local parsing fixes (#1664) | Alon Zakai | 2018-09-11 | 1 | -55/+55 |
* | ensure unique import names for each type, by giving them a prefix, avoiding c... | Alon Zakai | 2018-02-22 | 1 | -20/+20 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -7/+7 |
* | Avoid new blocks in binary reading/writing (#1165) | Alon Zakai | 2017-09-12 | 1 | -12/+12 |
* | Ignore unreachable code in wasm binaries (#1122) | Alon Zakai | 2017-08-22 | 1 | -5/+0 |
* | Exporting/importing debug location information from .wast/.asm.js/.s formats ... | Yury Delendik | 2017-06-01 | 1 | -0/+228 |