|
|
@ -12,8 +12,7 @@ pub fn cargo_install_wasm_bindgen() { |
|
|
|
let pb = progressbar::new(step); |
|
|
|
let pb = progressbar::new(step); |
|
|
|
let _output = Command::new("cargo") |
|
|
|
let _output = Command::new("cargo") |
|
|
|
.arg("install") |
|
|
|
.arg("install") |
|
|
|
.arg("--git") |
|
|
|
.arg("wasm-bindgen") |
|
|
|
.arg("https://github.com/alexcrichton/wasm-bindgen") |
|
|
|
|
|
|
|
.output() |
|
|
|
.output() |
|
|
|
.unwrap_or_else(|e| panic!("{} failed to execute process: {}", emoji::ERROR, e)); |
|
|
|
.unwrap_or_else(|e| panic!("{} failed to execute process: {}", emoji::ERROR, e)); |
|
|
|
pb.finish(); |
|
|
|
pb.finish(); |
|
|
|