Windows has an spawn() alternative for exec(). It should be able to support wasi using `process::Command::new(*)....status()`.
Windows has an spawn() alternative for exec(). It should be able to support wasi using
process::Command::new(*)....status().