-
Notifications
You must be signed in to change notification settings - Fork 49
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
Local Build on ARM64 (M1/M2) #294
Comments
Thanks for trying @michaelweinold, and sorry for the hard time you're having. The error is here: I setup a Apple Silicon computer yesterday, and I installed cd ~/Programs # that's just a personal preference
# Get the emsdk repo
git clone https://github.com/emscripten-core/emsdk.git
# Enter that directory
cd emsdk
# Fetch the latest version of the emsdk (not needed the first time you clone)
git pull
# Download and install the latest SDK tools. (if you want to be exact, 3.1.27 is the er
./emsdk install 3.1.27
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate 3.1.27
# Activate PATH and other environment variables in the current terminal
source ./emsdk_env.sh Then, when
You could do that e.g. with
It's a bit annoying that there are still so many manual steps ... hopefully we can streamline this further soon! |
That did the trick, thank you @wolfv. |
Unfortunately, I am still not able to reproduce the successful M1/M2 build by @DerThorsten from #277 (comment). Below are my steps, which are pieced together from the documentation and the linked issue.
local build
instructions for ARM64 docs#2.ci-eny.yml
(withplaywright
installed through pip):playwright
:.emsdkdir
file:The text was updated successfully, but these errors were encountered: