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
I am building a Docker image on Apple Silicon. That said, the container runs on ARM64, and I would prefer not to use Rosetta to run the image.
The error states that not all versions are available. Is there a way to find out which versions exist? I don’t mind using an older version.
Thank you.
WARNING: arm64-linux binaries are not available for all releases.
See https://github.com/emscripten-core/emsdk/issues/547
Installing tool 'releases-b90507fcf011da61bacfca613569d882f7749552-64bit'..
Error: Downloading URL 'https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/b90507fcf011da61bacfca613569d882f7749552/wasm-binaries-arm64.tbz2': HTTP Error 404: Not Found
error: installation failed!
The text was updated successfully, but these errors were encountered:
It looks like you are trying to install version 3.1.44 which is from July 2023.
However we didn't start building linux arm64 releases for all releases until #1369 which was in April 2024.
Can you try a more recent release? We normally recommend using latest if you can.
As for older versions you can see which versions we did previously build with git log -G arm64 -p emscripten-releases-tags.json. It looks like that list includes 3.1.47, 3.1.45 and 3.1.43.
I am building a Docker image on Apple Silicon. That said, the container runs on ARM64, and I would prefer not to use Rosetta to run the image.
The error states that not all versions are available. Is there a way to find out which versions exist? I don’t mind using an older version.
Thank you.
The text was updated successfully, but these errors were encountered: