mirror of https://github.com/pyodide/pyodide.git
Update using_pyodide_from_javascript.md
This commit is contained in:
parent
7e6d7cd414
commit
090a8068ee
|
@ -9,7 +9,7 @@ Iodide](using_pyodide_from_iodide.md).
|
|||
Include `pyodide.js` in your project.
|
||||
|
||||
This has a single `Promise` object which bootstraps the Python environment:
|
||||
`languagePluginLoader`. Since this must happen asynchronously, it returns a
|
||||
`languagePluginLoader`. Since this must happen asynchronously, it is a
|
||||
`Promise`, which you must call `then` on to complete initialization. When the
|
||||
promise resolves, pyodide will have installed a namespace in global scope:
|
||||
`pyodide`.
|
||||
|
|
Loading…
Reference in New Issue