summaryrefslogtreecommitdiff
path: root/test/wasm2js/unreachable-later.2asm.js
Commit message (Collapse)AuthorAgeFilesLines
* DCE at the end of wasm2js (#2574)Alon Zakai2020-01-061-0/+77
By doing so we ensure that our calls to convert wasm types to JS types never try to convert an unreachable. Fixes #2558