bpo-40280: Add build target for Emscripten/node.js by emmatyping · Pull Request #30495 · python/cpython · GitHub

github.com

Tin mới

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

emmatyping/python-wasm#36

This adds a "python.js" target to the Makefile. We enable the raw node.js filesystem mode as suggested by @thomasballinger as it will make running the test suite under node easier, c.f. emmatyping/python-wasm#36.

bpo-40280: Add build target for Emscripten/node.js

Merge branch 'main' of github.com:python/cpython into nodejs

Do not define unsupported IPPROTO_SCTP emscripten-core/emscripten#15933

Results of running the regression test suite on nodejs emmatyping/python-wasm#41

View reviewed changes

Update Makefile.pre.in

Change target name to python-rawfs.js

Remove special casing for test files

Merge branch 'nodejs' of github.com:ethanhs/cpython into nodejs

Fix threading for nodejs

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

Update Makefile.pre.in

Update Makefile.pre.in

Update Makefile.pre.in

Update Modules/socketmodule.c

Consider supporting emscripten/webassembly as a build target #84461