-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Installation error on macbook: HTTP Error 404 on wasm-binaries-arm64.tbz2 #19275
Comments
Are you running linux on that macbook? It looks like its trying to download the linux arm64 binaryen, rather than the macOS ones. For linux binaries you need to use |
This is really helpful. Thank you! I am running it inside a Docker container. |
Currently there is a manual update step that someone (i.e. myself) has has to do for each release. While it would be nice to make it automatic and/or faster we don't currently have a plan for how to do it. See emscripten-core/emsdk#547 for the background on this. Also, I think this issue is a dup of emscripten-core/emsdk#1211 |
Is there some reason you can't use the native macOS toolchain? |
I'm working on a large project in an Ubuntu-based devcontainer |
Just hit the same issue with latest binaries missing. There seems to be a couple github issues and PR related to this topic. I wonder which one to track? |
I re-opened emscripten-core/emsdk#547. We can follow up there. |
Version of emscripten/emsdk:
3.1.37
I've tried version 3.1.36, and it failed as well.
Failing command line in full:
git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install 3.1.37 && ./emsdk activate 3.1.37
Error: Downloading URL 'https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/7c905cfc1ca6699f6ccb288ae174902cfbdcf0a2/wasm-binaries-arm64.tbz2': HTTP Error 404: Not Found
Full error
More information:
The text was updated successfully, but these errors were encountered: