Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we have emsdk binaries for Linux arm64? #1500

Open
skhaz opened this issue Dec 11, 2024 · 1 comment
Open

Can we have emsdk binaries for Linux arm64? #1500

skhaz opened this issue Dec 11, 2024 · 1 comment

Comments

@skhaz
Copy link

skhaz commented Dec 11, 2024

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!
@sbc100
Copy link
Collaborator

sbc100 commented Dec 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants