Commit e22d1c4
fix: Add missing Windows platform support for wasi-sdk v29
The wasi-sdk v29 release includes Windows binaries (x86_64 and arm64) but
these checksums were missing from the registry. Windows CI was failing with
"Unsupported platform windows_amd64 for wasi-sdk version 29". This adds the
missing checksum entries to restore Windows support.
Checksums computed from official GitHub release artifacts:
- wasi-sdk-29.0-x86_64-windows.tar.gz
- wasi-sdk-29.0-arm64-windows.tar.gz
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8619a6e commit e22d1c4
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
553 | 561 | | |
554 | 562 | | |
555 | 563 | | |
| |||
0 commit comments