Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure unique import names for each type, by giving them a prefix, avoiding ↵ | Alon Zakai | 2018-02-22 | 1 | -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 Zakai | 2018-01-10 | 1 | -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 Zakai | 2017-12-08 | 1 | -0/+10 |