Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -3/+3 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -52/+52 |
* | 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 | -1/+3 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -3/+5 |
* | drop completely unused locals in ReorderLocals | Alon Zakai | 2016-04-11 | 1 | -4/+0 |
* | add reorder-locals testcase | Alon Zakai | 2016-04-11 | 1 | -0/+11 |
* | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 1 | -1/+1 |
* | Reorder locals. | Michael | 2016-02-19 | 1 | -0/+44 |