Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the standard shared memory text format (#6200) | Thomas Lively | 2024-01-03 | 1 | -2/+2 |
| | | | | | Update the legacy text parser and all tests to use the standard text format for shared memories, e.g. `(memory $m 1 1 shared)` rather than `(memory $m (shared 1 1))`. Also remove support for non-standard in-line "data" or "segment" declarations. This change makes the tests more compatible with the new text parser, which only supports the standard format. | ||||
* | Remove legacy DYNAMICTOP_PTR support from SafeHeap (#3425) | Sam Clegg | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Initial implementation of "Memory64" proposal (#3130) | Wouter van Oortmerssen | 2020-09-18 | 1 | -0/+56 |
Also includes a lot of new spec tests that eventually need to go into the spec repo |