Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use wat over wast for text format filenames (#2518) | Sam Clegg | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Don't include `$` with names unless outputting to wat format (#2506) | Sam Clegg | 2019-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | The `$` is not actually part of the name, its the marker that starts a name in the wat format. It can be confusing to see it show up when doing `cerr << name`, for example. This change has Print.cpp add the `$` which seem like the right place to do this. Plus it revealed a bunch of places where were not calling printName to escape all the names we were printing. | ||||
* | Use package name in imports (NFC) (#2462) | Heejin Ahn | 2019-11-22 | 1 | -4/+5 |
| | | | | | Don't directly import names from shared.py and support.py, and use prefixes instead. Also this reorders imports based on PEP recommendation. | ||||
* | Fix infinite loop in AsmConstWalker::visitCall (#2303) | Guanzhong Chen | 2019-08-16 | 1 | -0/+14 |