Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use wat over wast for text format filenames (#2518) | Sam Clegg | 2019-12-08 | 1 | -3/+3 |
| | |||||
* | Use package name in imports (NFC) (#2462) | Heejin Ahn | 2019-11-22 | 1 | -6/+6 |
| | | | | | Don't directly import names from shared.py and support.py, and use prefixes instead. Also this reorders imports based on PEP recommendation. | ||||
* | Warning improvements (#2438) | Alon Zakai | 2019-11-15 | 1 | -0/+18 |
If wasm-opt is run with no passes, warn, as we've gotten reports that people assume a tool called "wasm-opt" should optimize automatically (but we follow llvm's opt convention of not doing so). Add a --quiet (-q) flag that suppresses this minor warning, and the other minor warning where there is no output file. |