summaryrefslogtreecommitdiff
path: root/test/memorygrowth-minimal.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy asm.js tests (#3260)Sam Clegg2020-10-191-41/+0
| | | I don't think these files have been referenced since #3042 landed.
* 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.