https://github.com/pygame-web/python-wasm-sdk
Tooling for building CPython+support libs on WebAssembly
https://github.com/pygame-web/python-wasm-sdk
ci github-actions pygame-wasm python wasm webassembly
Last synced: 4 months ago
JSON representation
Tooling for building CPython+support libs on WebAssembly
- Host: GitHub
- URL: https://github.com/pygame-web/python-wasm-sdk
- Owner: pygame-web
- License: mit
- Created: 2022-05-29T16:21:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-30T03:43:51.000Z (5 months ago)
- Last Synced: 2026-01-30T19:41:21.103Z (5 months ago)
- Topics: ci, github-actions, pygame-wasm, python, wasm, webassembly
- Language: Python
- Homepage: https://pygame-web.github.io/showroom/pythondev.html?-d#src/testsuite.py%20all
- Size: 1.23 MB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: support/__EMSCRIPTEN__.deps/ncurses-6.1_emscripten.patch
Awesome Lists containing this project
README
# python-wasm-sdk
Tooling for building CPython and various packages (either third parties support or Python modules)
for WebAssembly
See https://github.com/pygame-community/pygame-ce/blob/main/.github/workflows/build-emsdk.yml
for how to use it
or use as a cross compiler, after being unpacked in /opt/python-wasm-sdk, from within
a module source distribution :
eg `/opt/python-wasm-sdk/python3-wasm setup.py bdist_wheel`
or
`/opt/python-wasm-sdk/python3-wasm -m build --no-isolation .`
or
`/opt/python-wasm-sdk/python3-wasm -m pip install --no-build-isolation --force .`