Skip to content

Commit 1173e64

Browse files
committed
Replace build instructions with link to devguide
1 parent a166926 commit 1173e64

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

peps/pep-0776.rst

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,9 @@ distributed via `jsDelivr <https://www.jsdelivr.com/oss-cdn/pyodide>`__, `npm
8585
<https://www.npmjs.com/package/pyodide>`__, and `github releases
8686
<https://github.com/pyodide/pyodide/releases>`__.
8787

88-
Emscripten Python is not distributed, but it is possible to build and test by
89-
executing the following commands from the root of the CPython repository:
90-
91-
.. code-block:: sh
92-
93-
# Install Emscripten
94-
git clone emscripten/emsdk
95-
./emsdk/emsdk install 4.0.5
96-
./emsdk/emsdk activate 4.0.5
97-
source ./emsdk/emsdk_env.sh
98-
99-
# Build
100-
python3.12 ./Tools/wasm/emscripten/ build
101-
102-
# Run the test suite
103-
./cross-build/wasm32-emscripten/build/python/python.sh -m test
104-
88+
Emscripten Python is not distributed, but it is possible to build `by following
89+
the instructions in the devguide
90+
<https://devguide.python.org/getting-started/setup-building/#emscripten>`__
10591

10692
Background on Emscripten
10793
------------------------

0 commit comments

Comments
 (0)