summaryrefslogtreecommitdiff
path: root/test/memory-shared.wast.fromBinary
Commit message (Collapse)AuthorAgeFilesLines
* Update text syntax for shared memory limits (#1197)Derek Schuff2017-09-221-1/+1
| | | | Following WebAssembly/threads#58 e.g. (memory $0 23 256 shared) is now (memory $0 (shared 23 256))
* Add shared memories (#1069)Derek Schuff2017-06-271-0/+4
Begin to implement wasm threading proposal in https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md This PR just has shared memory attribute with wast and binary support.