pub fn front_cargo_process(
    cmd: &str,
    wasm: bool,
    proj: &Project
) -> Result<(String, String, Child)>