File tree 1 file changed +1
-1
lines changed
site/source/docs/contributing 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
79
79
- **emcc ** calls :term: `Clang ` to compile C++ and ``wasm-ld `` to link it. It
80
80
builds and integrates with the Emscripten system libraries, both the
81
81
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 >`_
83
83
which performs the final transformation to Wasm (including invoking
84
84
**wasm-emscripten-finalize ** from Binaryen) and calls the JS compiler
85
85
(see ``src/compiler.mjs `` and related files) which emits the JS.
You can’t perform that action at this time.
0 commit comments