Update README

This commit is contained in:
Michael Droettboom 2018-02-24 12:52:47 -05:00
parent 7e5b45a08e
commit 67566d9530
1 changed files with 6 additions and 1 deletions

View File

@ -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