Hacker News new | ask | show | jobs
by Sean1708 3489 days ago

  > Currently, yeah, just JS.
How do they plan to make it support multiple languages without having a backend service?
1 comments

There are a number of projects for transpiling X language into JavaScript. Most aren't super robust, but generally good enough for basic purposes. I feel once WebAssembly gets more steam, this will get even more robust.

Not claiming this is a good solution, but definitely would be one possible route.