summaryrefslogtreecommitdiff
path: root/test/passes/remove-memory.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-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.
* use a single space for pretty printing of wasts, so massive wasts are less ↵Alon Zakai2017-03-091-1/+1
| | | | unruly (#928)
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
| | | | | Otherwise when we export it as "$0" it's an undefined name. The spec interpreter actually rejects this, although I think it's intended to work, given the tests in export.wast. wabt also accepts it.
* add a pass to remove memory segments (#580)Alon Zakai2016-06-081-0/+3