This issue aims to get Python ready for evaluation.
CPython 3.14 + pytest
- python interpreter under Lind
- pytest running Lib/test/ suite (~501 tests)
- file I/O, fork, signals, threading, sockets
The expected deliverables:
- Python build script that generates python wasm binary and can be run within lind-wasm with support for file I/O, fork, signals, threading, sockets. The build script should then finally copy the required files (.cwasm binary, required libraries etc to
lind-wasm-apps/build/cpython/ which would later copied to lindfs with make install from lind-wasm-apps/Makefile
- Test script to run pytests
- A target in
lind-wasm-apps/Makefile to build python
Related Issues:
Related Open PRs:
This issue aims to get Python ready for evaluation.
CPython 3.14 + pytest
The expected deliverables:
lind-wasm-apps/build/cpython/which would later copied tolindfswithmake installfromlind-wasm-apps/Makefilelind-wasm-apps/Makefileto build pythonRelated Issues:
Related Open PRs: