extension_host: Sanitize cwd path for ResolvedTask (#38357)
Jakub Konka
created
Ensures build task's CWD paths use POSIX-friendly path separator on
Windows host so that `std::path::Path` ops work as expected within the
Wasm guest.
Release Notes:
- N/A