cargo-component
cargo-component copied to clipboard
Consider caching the default target check
As a follow up to #11 we should consider caching the check for the wasm32-unknown-unknown
target in case invoking rustc --print sysroot
multiple times becomes undesirable.
A good starting point is to take a look at how cargo wasi performs target check caching.