summaryrefslogtreecommitdiff
path: root/test/wasm2js/nested-selects.wast
Commit message (Collapse)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
| | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
* [wasm2js] Fix nested selects (#1671)Yury Delendik2018-09-051-0/+21
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.