File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
site/source/docs/contributing Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments