koehlma / jaspy

A Python byte code VM written entirely from scratch in JavaScript with some unique features.
582 stars 52 forks source link

Browser build for jaspy #2

Closed sudo-ben closed 8 years ago

sudo-ben commented 8 years ago

Add a script that builds jaspy for the browser

koehlma commented 8 years ago

What exactly do you mean?

Edit: You have build.py which preprocesses Jaspy and includes native JS modules directly into the build and with python3 -m jaspy.converter you may convert any Python file into a JS file.