summaryrefslogtreecommitdiff
path: root/test/memorygrowth-minimal.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-0/+41
We can remove the memory/table (itself, or an import if imported) if they are not used. This is pretty minor on a large wasm file, but when reading small wasts it's very noticeable to have an unused memory and table all the time.