bail!("Failed to execute `wasm-bindgen`: --web is not supported in version '{}'. Upgrade the wasm-bindgen dependency in Cargo.toml to version 0.2.39 or later.",v)
}
Some(err)=>{
eprintln!("{}",err);
bail!("{}",e.to_string())
}
_=>bail!("{}",e.to_string()),
}
}
/// Check if the `wasm-bindgen` dependency is locally satisfied.