Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix asm2wasm handling of HEAP8[x >> 2] (#1720) | Alon Zakai | 2018-11-02 | 1 | -0/+3 |
| | | | | | | fixes kripken/emscripten#1718 The way fastcomp emits compareExchange is a little odd, we just need to ignore the shift. | ||||
* | asm2wasm atomics (#1171) | Alon Zakai | 2017-09-11 | 1 | -0/+144 |
* translate asm.js atomics into wasm atomics * fix wasm-builder atomic load emitting, the alignment is the loaded size, not the output size * don't require code for each node type in vaccuum, for non-mentioned nodes, assume we can't optimize them out * support atomics in hashing, comparing, and copying |