Skip to content

Commit d4687ce

Browse files
[docs] Update emscripten.py reference (#22938)
Commit f9c1ed1 moved the `emscripten.py` to `tools` directory. This PR adjusts sources to changes.
1 parent 5203d08 commit d4687ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/contributing/developers_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The :ref:`Emscripten Compiler Frontend (emcc) <emccdoc>` is a python script that
7979
- **emcc** calls :term:`Clang` to compile C++ and ``wasm-ld`` to link it. It
8080
builds and integrates with the Emscripten system libraries, both the
8181
compiled ones and the ones implemented in JS.
82-
- **emcc** then calls `emscripten.py <https://github.com/emscripten-core/emscripten/blob/main/emscripten.py>`_
82+
- **emcc** then calls `emscripten.py <https://github.com/emscripten-core/emscripten/blob/main/tools/emscripten.py>`_
8383
which performs the final transformation to Wasm (including invoking
8484
**wasm-emscripten-finalize** from Binaryen) and calls the JS compiler
8585
(see ``src/compiler.mjs`` and related files) which emits the JS.

0 commit comments

Comments
 (0)