Fails because the command `cd src/tests/rust_guests/witguest && rm -f interface.wasm` use rm -f and the -f is ambiguous on windows using pwsh. It will also fail if the directory `src/tests/rust_guests/witguest` does not exist
Fails because the command
cd src/tests/rust_guests/witguest && rm -f interface.wasmuse rm -f and the -f is ambiguous on windows using pwsh.It will also fail if the directory
src/tests/rust_guests/witguestdoes not exist