pypyjs
Version:
The PyPy Python VM, in JavaScript
16 lines (10 loc) • 632 B
Plain Text
This directory contains all the files needed to deploy a basic pypyjs
environment. Specifically, we have:
* pypyjs.js: public-facing API to the PyPy VM
* pypyjs.vm.js: the PyPy VM itself, as built by rpython+emscripten
* pypyks.vm.js.zmem: compressed memory initializer data for the PyPy VM
And the following dependencies, which are distributed in accordance with their
open-source license:
* Promise.min.js: es6-compatible Promise library
* FunctionPromise.js: lib for parsing function code off the main thread
* modules/*: bundled collection of python standard library modules