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 wasm-tools download URL for Windows
Windows releases of wasm-tools use .zip format, not .tar.gz format.
This was causing 404 errors when trying to download wasm-tools on Windows.
Changes:
- Update wasm-tools.json: Change url_suffix from .tar.gz to .zip for all Windows entries
- Update checksums to match actual Windows .zip files:
- v1.235.0: ecf9f2064c2096df134c39c2c97af2c025e974cc32e3c76eb2609156c1690a74 (unchanged)
- v1.239.0: 039b1eaa170563f762355a23c5ee709790199433e35e5364008521523e9e3398 (updated)
- v1.240.0: 81f012832e80fe09d384d86bb961d4779f6372a35fa965cc64efe318001ab27e (updated)
- Update _download_wasm_tools() to handle both .zip and .tar.gz archives
Fixes: bytecodealliance/wasm-tools Windows download errors in BCR CI
0 commit comments