Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure binaryen.js tests validate (#2269) | Heejin Ahn | 2019-07-29 | 1 | -0/+5 |
| | | | | | | Without `assert`, even if a test does not validate, the errors will only show up in its corresponding `.txt` file while the test will succeed. This makes sure it errors out when a test fails to validate. This also adds validation checks if there is none. | ||||
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -2/+2 |
| | | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329. | ||||
* | Add Module#emitStackIR to the JS-API (#1717) | Daniel Wirtz | 2018-10-31 | 1 | -0/+27 |
Related to #1716 (comment) |