assert!(versions_match,"Something went wrong! wasm-bindgen CLI and dependency version don't match. This is likely not your fault! You should file an issue: https://github.com/rustwasm/wasm-pack/issues/new?template=bug_report.md.");
child::run(cmd,"wasm-bindgen").context("Running the wasm-bindgen CLI")?;
child::run(cmd,"wasm-bindgen").context("Running the wasm-bindgen CLI")?;
Ok(())
Ok(())
}
}
/// Check if the `wasm-bindgen` dependency is locally satisfied.
/// Check if the `wasm-bindgen` dependency is locally satisfied.
None=>bail!("Something went wrong! No wasm-bindgen CLI found! You should file an issue: https://github.com/rustwasm/wasm-pack/issues/new?template=bug_report.md."),