Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/replit-archive/empythoned

CPython compiled to JS using emscripten
https://github.com/replit-archive/empythoned

Last synced: 13 days ago
JSON representation

CPython compiled to JS using emscripten

Awesome Lists containing this project

README

        

Empythoned
==========

Empythoned is a build script that uses [Emscripten](https://github.com/kripken/emscripten)
to compile CPython for use in a browser. It attempts to compile the main
interpreter as a single small executable and the whole standard library as
dynamically loaded libraries.

The project is in its infancy. Right now the core interpreter works very well,
but many of the libraries either don't work at all or contain various bugs.

Empythoned is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).