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

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

Examples

wasm_bindgen::install_at_least("0.2.70").unwrap();