holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
729 stars 31 forks source link

sweep doesn't purge `.wasm` artifacts #130

Open simbleau opened 4 months ago

simbleau commented 4 months ago

Thanks for cargo-sweep! It's been a helpful, but I noticed it's not cleaning up .wasm bundles. Can we improve this to clean up the .wasm bundles? they also take up significant size.

image