CPython compiled to JS using emscripten
Empythoned is a build script that uses 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.