We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a7db7 commit fd6a66bCopy full SHA for fd6a66b
site/source/docs/introducing_emscripten/about_emscripten.rst
@@ -12,7 +12,7 @@ toolchain to WebAssembly. Using Emscripten you can:
12
- Compile the C/C++ **runtimes** of other languages into WebAssembly, and then
13
run code in those other languages in an *indirect* way (for example, this has
14
been done for
15
- `Python <https://github.com/iodide-project/pyodide>`_ and
+ `Python <https://github.com/pyodide/pyodide>`_ and
16
`Lua <https://daurnimator.github.io/lua.vm.js/lua.vm.js.html>`_).
17
18
Practically any **portable** C or C++ codebase can be compiled into WebAssembly
0 commit comments