The main branch of Python has gained the ability to be compiled for browser use
Ethan Smith, one of the main developers of MyPyC, a compiler that converts Python modules to C code, announced the addition of changes to the CPython codebase (the core implementation of Python) that allow the main branch of CPython to be built for use within a browser without requiring additional patches. The build is produced into a universal low-level intermediate code called WebAssembly using the Emscripten compiler. The work […]
