mirror of https://github.com/pyodide/pyodide.git
DOC Fix dead link in using_pyodide_from_javascript.md (#765)
This commit is contained in:
parent
67d9afb066
commit
39d4f5c860
|
@ -14,7 +14,7 @@ You can also download a release from
|
||||||
[Github releases](https://github.com/iodide-project/pyodide/releases)
|
[Github releases](https://github.com/iodide-project/pyodide/releases)
|
||||||
(or build it yourself), include its contents in your distribution, and import
|
(or build it yourself), include its contents in your distribution, and import
|
||||||
the `pyodide.js` file there from a `<script>` tag. See the following section on
|
the `pyodide.js` file there from a `<script>` tag. See the following section on
|
||||||
[serving pyodide files](./#serving-pyodide-files) for more details.
|
[serving pyodide files](#serving-pyodide-files) for more details.
|
||||||
|
|
||||||
The `pyodide.js` file has a single `Promise` object which bootstraps the Python
|
The `pyodide.js` file has a single `Promise` object which bootstraps the Python
|
||||||
environment: `languagePluginLoader`. Since this must happen asynchronously, it
|
environment: `languagePluginLoader`. Since this must happen asynchronously, it
|
||||||
|
|
Loading…
Reference in New Issue