| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Names instead of indices to identify segments (#5618) | Thomas Lively | 2023-04-04 | 1 | -1/+1 |
* | Fix element segment ordering in Print (#3818) | Abbas Mashayekh | 2021-04-20 | 1 | -1/+1 |
* | Properly use text format type names in printing (#3591) | Alon Zakai | 2021-02-23 | 1 | -2/+2 |
* | Fix applying default / unify SExpr and Wasm builder names (#3179) | Daniel Wirtz | 2020-09-30 | 1 | -2/+2 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -1/+1 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -5/+3 |
* | Skip imports in table during RemoveImports (#2181) | Thomas Lively | 2019-06-24 | 1 | -1/+7 |
* | 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 | -1/+1 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -1/+1 |
* | wasm-reduce tool (#1139) | Alon Zakai | 2017-09-01 | 1 | -0/+1 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -12/+12 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -1/+1 |
* | Print the name of memory along with size (#720) | Derek Schuff | 2016-09-28 | 1 | -1/+1 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -2/+6 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -1/+1 |
* | refactor FunctionType to always be accessed from the Module's central store, ... | Alon Zakai | 2016-01-11 | 1 | -0/+3 |
* | simplify print output in passes tests | Alon Zakai | 2016-01-08 | 1 | -11/+0 |
* | do not print a toplevel block in functions if we don't need one #32 | Alon Zakai | 2016-01-05 | 1 | -10/+6 |
* | emit constants instead of callImport when there is a type necessary | Alon Zakai | 2015-11-22 | 1 | -4/+12 |
* | add remove-imports pass | Alon Zakai | 2015-11-22 | 1 | -0/+15 |