WebAssembly / wasi-sdk

WASI-enabled WebAssembly C/C++ toolchain
Apache License 2.0
1.27k stars 190 forks source link

`VERSION` file missing from WASI SDK 24 #471

Closed SingleAccretion closed 2 months ago

SingleAccretion commented 2 months ago

I downloaded wasi-sdk-24.0-x86_64-windows.tar.gz from the 24's release artifacts, and the VERSION file that was there in 22 is missing, which does not look right.

abrown commented 2 months ago

Some initial findings:

alexcrichton commented 2 months ago

Ah yes my mistake! Can confirm that VERSION is only in the install and not in the tarballs. I do believe that merge-artifacts.sh will need to be updated to copy it from one tarball to another. I can work on this when I get back next week if no one else solves it in the meantime.