-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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). |