wasm-chisel icon indicating copy to clipboard operation
wasm-chisel copied to clipboard

Translator to drop unused imports

Open axic opened this issue 5 years ago • 1 comments

Add translator which drops unused imports.

axic avatar Jun 19 '19 16:06 axic

Hey @axic, walrus::gc would remove any unused imports if it was added as a translator. This is how I imagine #124 being implemented. Is there any reason to have translators for both walrus's garbage collection and the removal of unused imports?

g-r-a-n-t avatar Apr 26 '20 13:04 g-r-a-n-t