summaryrefslogtreecommitdiff
path: root/test/threads.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* 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