File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -705,12 +705,8 @@ compiler and passing appropriate compiler and linker flags. It is possible for
705705other people to build their own Python interpreter that is compatible with the
706706Pyodide ABI, it is not necessary to use the Pyodide distribution itself.
707707
708- The ``pyodide build `` tool knows how to create wheels that match our ABI. As an
709- alternative,
710- `the auditwheel-emscripten tool <https://github.com/ryanking13/auditwheel-emscripten >`__
711- is capable of performing basic compatibility checks, vendoring shared libraries,
712- and retagging the wheel from ``emscripten_<version> `` to ``pyodide_<abi> ``. Unlike
713- with manylinux, there is no need for a Docker container to build the
708+ The ``pyodide build `` tool knows how to create wheels that match our ABI. Unlike
709+ with manylinux wheels, there is no need for a Docker container to build the
714710``pyodide_<abi> `` wheels. All that is needed is a Linux machine and appropriate
715711versions of Python, Node.js, and Emscripten.
716712
You can’t perform that action at this time.
0 commit comments