pub fn install_at_least(requested: &str) -> Result<()>
This is supported on crate feature version only.
Expand description

Install wasm-pack and friends if wasm-pack --version < requested

Examples

wasm_pack::install_at_least("0.9.1").unwrap();