File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -709,8 +709,10 @@ Improving Cross Builds in the Packaging Ecosystem
709709Python now supports four non-self-hosting platforms: iOS, Android, WASI, and
710710Emscripten. All of them will need to build packages via cross builds. Currently,
711711``pyodide-build `` allows building a very large number of Python packages for
712- Emscripten, but it relies on a giant pile of hacks. In the long run, we would
713- like to make the packaging ecosystem support cross builds in a sane way.
712+ Emscripten, but it is very complicated. Ideally, the Python packaging ecosystem
713+ would have standards for cross builds. This is a difficult long term project,
714+ particularly because the packaging system is complex and was designed from the
715+ ground up with the assumption that cross compilation would not happen.
714716
715717
716718-----------------------------------------
You can’t perform that action at this time.
0 commit comments