summaryrefslogtreecommitdiff
path: root/test/wasm2js/nested-selects.2asm.js
Commit message (Collapse)AuthorAgeFilesLines
* [wasm2js] Fix nested selects (#1671)Yury Delendik2018-09-051-0/+41
In wasmjs, the nested selects are trying to use the same temporary locals. The patch reserves temporaries "at right time" to avoid overriding the values.