You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(windows): correct WASI SDK platform suffix from mingw to windows
Changed platform_mapping for windows_amd64 from "x86_64-mingw" to "x86_64-windows"
to match the actual GitHub release filename format.
This was causing 404 errors when downloading WASI SDK on Windows:
Tried: wasi-sdk-27.0-x86_64-mingw.tar.gz (404 Not Found)
Correct: wasi-sdk-27.0-x86_64-windows.tar.gz
The mingw suffix was incorrect - WASI SDK uses "windows" in their release filenames.
0 commit comments