Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the standard shared memory text format (#6200) | Thomas Lively | 2024-01-03 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | PickLoadSigns fuzz fix: cannot make an atomic operation signed (#3235) | Alon Zakai | 2020-10-13 | 1 | -0/+23 |