summaryrefslogtreecommitdiff
path: root/test/binaryen.js/sourcemap.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.
* Fix hard-wired buffer limit in the JS API (#1394)Daniel Wirtz2018-02-011-1/+1
|
* Sourcemap support for Binaryen C/JS (#1392)Daniel Wirtz2018-01-291-0/+39
* Initial source map support for C/JS * Also test getDebugInfoFileName