summaryrefslogtreecommitdiff
path: root/test/atomics.wast.fromBinary
Commit message (Expand)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-57/+57
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-59/+59
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-4/+4
* Update text syntax for shared memory limits (#1197)Derek Schuff2017-09-221-1/+1
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-124/+116
* Add support for atomic wait and wake operators (#1140)Derek Schuff2017-08-241-0/+26
* Validation for AtomicRMW and cmpxchg (#1092)Derek Schuff2017-07-141-5/+5
* Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)Derek Schuff2017-07-101-0/+34
* Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...Derek Schuff2017-07-061-1/+37
* Add atomic loads and stores (#1077)Derek Schuff2017-06-281-0/+74