fn main() { // use std::process::Stdio; // let child = std::process::Command::new("./build.sh") // .env("RUST_BACKTRACE", "1") // .env("RUST_LOG", "debug") // .stdout(Stdio::piped()) // .spawn() // .expect("Failed to create child process for building JS"); // child.wait_with_output().expect("Failed to run child process for building JS"); }