summaryrefslogtreecommitdiff
path: root/test/threads.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix asm2wasm handling of HEAP8[x >> 2] (#1720)Alon Zakai2018-11-021-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 Zakai2017-09-111-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