I've noticed as I've been integrating in wkg to various tools that I never added something that gets a file cache at the default path. We should probably add a method to do so.
It might also be good to move the Common args struct from the wkg CLI to wasm-pkg-core since those args will pretty much be used anywhere someone is integrating into a CLI (cargo-component, wash, spin, etc)
I've noticed as I've been integrating in wkg to various tools that I never added something that gets a file cache at the default path. We should probably add a method to do so.
It might also be good to move the
Commonargs struct from thewkgCLI towasm-pkg-coresince those args will pretty much be used anywhere someone is integrating into a CLI (cargo-component, wash, spin, etc)