Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update text syntax for shared memory limits (#1197) | Derek Schuff | 2017-09-22 | 1 | -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 Schuff | 2017-06-27 | 1 | -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. |