summaryrefslogtreecommitdiff
path: root/test/unit/input/only-imported-memory.wasm
Commit message (Collapse)AuthorAgeFilesLines
* Binary format: Don't emit empty Memory sections (#5145)Alon Zakai2022-10-171-0/+0
If the only memories are imported, we don't need the section. We were already doing that for tables, functions, etc.