Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/replit-archive/empythoned
- Owner: replit-archive
- Created: 2011-07-31T07:37:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-29T13:21:34.000Z (over 12 years ago)
- Last Synced: 2024-08-01T16:34:08.746Z (3 months ago)
- Language: Python
- Homepage:
- Size: 37 MB
- Stars: 324
- Watchers: 37
- Forks: 44
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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).