Bubbler-4 / TryInBrowser

Online interpreter that works even if you go offline
https://try-in-browser.netlify.app/
MIT License
4 stars 0 forks source link

Investigate RustPython #3

Open Bubbler-4 opened 3 years ago

Bubbler-4 commented 3 years ago

RustPython has an online demo which runs it compiled in wasm. It's probably feasible to do something with it if #2 gets implemented.

If successful, it might also be possible to include various languages with Python interpreters.

Downside: it bloats the binary and adds to the initial loading time.