PEP 818: Adding the Core of the Pyodide Foreign Function Interface to Python

Pyodide is a distribution of Python for JavaScript runtimes, including browsers. Browsers are a universal computing platform. As with C for Unix family operating systems, in the browser platform all fundamental capabilities are exposed through the JavaScript language. For years, Pyodide has included a comprehensive JavaScript foreign function interface. This provides the equivalent of the os module for the JavaScript world.

#python

PEP 818 – Adding the Core of the Pyodide Foreign Function Interface to Python | peps.python.org

Pyodide is a distribution of Python for JavaScript runtimes, including browsers. Browsers are a universal computing platform. As with C for Unix family operating systems, in the browser platform all fundamental capabilities are exposed through the JavaS...

Python Enhancement Proposals (PEPs)