summaryrefslogtreecommitdiff
path: root/test/binaryen.js/stackir.js
Commit message (Collapse)AuthorAgeFilesLines
* Make sure binaryen.js tests validate (#2269)Heejin Ahn2019-07-291-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 Lively2019-01-071-2/+2
| | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
* Add Module#emitStackIR to the JS-API (#1717)Daniel Wirtz2018-10-311-0/+27
Related to #1716 (comment)