mirror of https://github.com/pyodide/pyodide.git
Update README
This commit is contained in:
parent
7e5b45a08e
commit
67566d9530
|
@ -1,4 +1,9 @@
|
|||
# Calling Python from Javascript with value conversion
|
||||
# Pyodide
|
||||
|
||||
This provides an integration layer when running an empscripten-compiled CPython
|
||||
inside a web browser. It provides transparent conversion of objects between
|
||||
Javascript and Python and a sharing of global namespaces. When inside a browser,
|
||||
this means Python has full access to the Web APIs.
|
||||
|
||||
# Building
|
||||
|
||||
|
|
Loading…
Reference in New Issue