-
Notifications
You must be signed in to change notification settings - Fork 695
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
Installing emsdk 1.39.8 on M3 Mac #1454
Comments
We didn't have an arm64 build of emsdk back when 1.39.8 was created (I'm not even sure arm64 mac machines were available back then). You could try forcing the architecture to x86_64 and installing the x86_64 version (which should then run fine under Apple's emulation layer). I think you can try this by doing However it would be much better to ask Qt to support for more recent version of emscripten. It looks like |
Ah sad, seems like just forcing the architecture seems not to work that easy :S
I also think that Qt 5.15 is the latest LTS version (that also runs out May 2025) so I am assuming that there will be no more big updates for additional wasm support :s |
Emscripten 1.39.8 is almost 5 years old now. I think its not too surprising that it doesn't support arm64 macOS. I imagine we should probably make it work but it would likely require some effort. I'm not sure how the |
Hey there, I am having the following problem when trying to install a specific (old) version of emscripten:
Does this mean the link is down / not supported anymore? 🤔
When looking at the google storage I did not see any "mac" folder at all :S
https://storage.googleapis.com/webassembly/
My problem is that I am bound to Qt 5.15.17 and officially the latest supported emsdk version is 1.39.8
https://doc.qt.io/qt-5/wasm.html
Is there anything I can do to solve this?
I have put very little effort into trying to download and install just the latest emsdk version (which worked 👍 ) but then compiling my Qt project throws a lot of errors
The text was updated successfully, but these errors were encountered: