Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy asm.js tests (#3260) | Sam Clegg | 2020-10-19 | 1 | -41/+0 |
| | | | I don't think these files have been referenced since #3042 landed. | ||||
* | Optimize out memory and table when possible (#1352) | Alon Zakai | 2018-01-10 | 1 | -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. |