summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary
Commit message (Collapse)AuthorAgeFilesLines
* ensure unique import names for each type, by giving them a prefix, avoiding ↵Alon Zakai2018-02-221-2/+2
| | | | collisions between say a global import and a function with a name from the name section that happens to match it (#1424)
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-1/+0
| | | 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.
* allow exporting an import (#1326)Alon Zakai2017-12-081-0/+10