The v0.1.0 release assets are inconsistent:
$ sha256sum dotnet_toolchain.wasm # downloaded from the release
c4277edcb30e33106cbf957acb94e914ecefca6741baf2157f5692216e68e9be
$ cat dotnet_toolchain.wasm.sha256 # published alongside it
fce48280888903189f8baba82ed9fe1958c92c80164daedcb5735987b91dcf93
Reproducible across downloads (gh CLI and curl), so it is not a corrupted transfer — one of the two assets appears to come from a different build/upload. Anyone verifying the checksum before vendoring the binary will reject the artifact.
The v0.1.0 release assets are inconsistent:
Reproducible across downloads (gh CLI and curl), so it is not a corrupted transfer — one of the two assets appears to come from a different build/upload. Anyone verifying the checksum before vendoring the binary will reject the artifact.