Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -2/+2 |
| | | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329. | ||||
* | [wasm2js] Fix nested selects (#1671) | Yury Delendik | 2018-09-05 | 1 | -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. |