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

3.1.30 linux/arm64 is missing wasm-binaries-arm64.tbz2 #1202

Closed
radekdoulik opened this issue Mar 13, 2023 · 2 comments · Fixed by #1204
Closed

3.1.30 linux/arm64 is missing wasm-binaries-arm64.tbz2 #1202

radekdoulik opened this issue Mar 13, 2023 · 2 comments · Fixed by #1204

Comments

@radekdoulik
Copy link

I tried to use emscripten 3.1.30 on linux/arm64 and it looks like the binaries are missing. I tried other versions and it looks like 3.1.21 is the last working.

Installing tool 'releases-dc1fdcfd3f5b9d29cb1ebdf15e6e845bef9b0cc1-64bit'..
Error: Downloading URL 'https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/dc1fdcfd3f5b9d29cb1ebdf15e6e845bef9b0cc1/wasm-binaries-arm64.tbz2': HTTP Error 404: Not Found
error: installation failed!
@sbc100 sbc100 transferred this issue from emscripten-core/emscripten Mar 13, 2023
@sbc100
Copy link
Collaborator

sbc100 commented Mar 13, 2023

Indeed, the process for updating the arm binaries is not yet automatic or smooth.

You can use ./emsdk install latest-arm64-linux to get the latest binaries. See

"latest-arm64-linux": "3.1.21",

@radekdoulik
Copy link
Author

I see, thanks for the information.

I needed specific version for our benchmarks, as we switched dotnet/runtime to emscripten 3.1.30 recently and I didn't noticed linux/arm64 version is not available. I solved it meanwhile by building it from source on our measurement machine.

sbc100 added a commit that referenced this issue Mar 14, 2023
sbc100 added a commit that referenced this issue Mar 14, 2023
sbc100 added a commit that referenced this issue Mar 15, 2023
shlomif pushed a commit to shlomif/emsdk that referenced this issue Sep 29, 2023
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

Successfully merging a pull request may close this issue.

2 participants