cargo-wasi
cargo-wasi copied to clipboard
Add a feature to disable update-checking
If this is packaged elsewhere the update-check will want to be disabled!
Thanks! I wrote some thoughts on what this could look like in https://github.com/bytecodealliance/cargo-wasi/issues/23#issuecomment-555843920 , with the aim of keeping the prebuilt binaries just as they are while making installs of cargo-wasi-src closer to what distributions and users of vendoring would need.
Sounds resonable to me! I'm down for disabling this feature by default and only enabling it in the prebuilt binaries.
@alexcrichton Awesome, thank you!