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!
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.