8000 gh-126187 Add emscripten.py script to automate emscripten build by hoodmane · Pull Request #126190 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126187 Add emscripten.py script to automate emscripten build #126190

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

Merged
merged 6 commits into from
Nov 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove fix for endianness detection
  • Loading branch information
hoodmane committed Nov 7, 2024
commit 4ac6836146f849906c1c534feb135670d2724db4
1 change: 0 additions & 1 deletion Tools/wasm/emscripten/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def configure_emscripten_python(context, working_dir):
configure = [
"emconfigure",
os.path.relpath(CHECKOUT / "configure", working_dir),
"ax_cv_c_float_words_bigendian=no",
"CFLAGS=-DPY_CALL_TRAMPOLINE -sUSE_BZIP2",
f"--host={HOST_TRIPLE}",
f"--build={build_platform()}",
Expand Down
Loading
0