Once we pick up dotnet/runtime#119253, a few things can be simplified:
- Remove WASI SDK as a prerequisite for runtime build (still needed to actually use the toolchain).
- Remove WASI SDK downloading from the CI scripts.
- Wire up
AcquireWasiSdk in the runtime test build targets.