wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
55 stars 11 forks source link

Translator to drop unused imports #116

Open axic opened 5 years ago

axic commented 5 years ago

Add translator which drops unused imports.

g-r-a-n-t commented 4 years ago

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?