-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
GH-126748: amend configure.rst description for the 'build_wasm' make target #126687
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
GH-126748: amend configure.rst description for the 'build_wasm' make target #126687
Conversation
It has nothing to do with `--with-emscripten-target` but rather is selected when the host is either wasm32-wasi or wasm32-emscripten.
Can I get a skip-issue for this? |
As an aside, looking at the code here it seems that pgo will work on these platforms. Maybe we should raise an explicit error if |
Yes, docs amendments like this do not need news entries. |
Let's follow this up in a dedicated issue. |
Opened: #126748 |
Okay I updated the wording. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
… make target (python#126687) Clarified the documentation around how the build_wasm target is selected.
… make target (python#126687) Clarified the documentation around how the build_wasm target is selected.
It has nothing to do with
--with-emscripten-target
but rather is selected when the host is either wasm32-wasi or wasm32-emscripten.cc @brettcannon @freakboy3742
@brettcannon this is another spot where wasi and emscripten are mixed together. We could consider splitting
build_wasm
intobuild_emscripten
andbuild_wasi
if it seems like a problem.📚 Documentation preview 📚: https://cpython-previews--126687.org.readthedocs.build/