-
-
Notifications
You must be signed in to change notification settings - Fork 32k
WASI build fails on both SDK 20 and 21 (Mac OS) #114736
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
Comments
Are you trying to build Python 3.11 using I've also only made sure a WASI build works under WASI-SDK 20 w/ wasmtime under preview 1 so far, so 21 isn't confirmed to work yet. |
You can also look at |
And did you try using |
Hey sorry for the late reply. I did try |
Can this be closed now #116771 has been merged? |
Yep! I was waiting for the PR to merge (the macOS runners were taking so long I had to log off before CI finished). |
Bug report
Bug description:
# Add a code block here, if required
On trying to build CPython for wasmtime with both SDK 20 and 21, I get an error on running:
python Tools/wasm/wasi.py configure-host
Error:
I've tried modifying the env vars to clang and tried to replace it with gcc as well. Still fails. Any pointers?
CPython versions tested on:
3.11
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: