cargo-component icon indicating copy to clipboard operation
cargo-component copied to clipboard

Consider caching the default target check

Open saulecabrera opened this issue 2 years ago • 0 comments

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.

saulecabrera avatar Apr 21 '22 17:04 saulecabrera