summaryrefslogtreecommitdiff
path: root/test/lit/passes/multi-memory-lowering.wast
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-2/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-31/+81
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-12/+12
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-2/+2
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-6/+6
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-101-8/+2
* Add memory: init, copy, fill support to Multi-Memory Lowering Pass (#5346)Ashley Nelson2022-12-151-4/+179
* Add Atomics support to Multi-Memory Lowering Pass (#5339)Ashley Nelson2022-12-121-2/+185
* Add SIMD support to Multi-Memory Lowering Pass (#5336)Ashley Nelson2022-12-121-2/+170
* Adds bounds checks to Load/Store in Multi-Memories Lowering Pass (#5256)Ashley Nelson2022-12-091-0/+339
* Handles memory.grow failure in MultiMemoryLowering Pass (#5241)Ashley Nelson2022-11-111-9/+27
* Multi-Memories Lowering Pass (#5107)Ashley Nelson2022-11-011-0/+247