Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [wasm2js] Fix nested selects (#1671) | Yury Delendik | 2018-09-05 | 1 | -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. |