Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix python spacing in some scripts (#841) | Alon Zakai | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | pass/wast fuzzer improvements | Alon Zakai | 2016-10-13 | 1 | -3/+5 |
| | |||||
* | DCE bugfix (#736) | Alon Zakai | 2016-10-04 | 1 | -0/+136 |
* fix a dce bug where it is invalid to truncate a block if it leaves a final element with a bad type (wasm doesn't always allow removing unreachable code) * add wast pass fuzzer |