lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.01k stars 43 forks source link

[Feature Request]: Add support to other JS runtimes (browser and backend) #540

Closed RodrigoTomeES closed 1 year ago

RodrigoTomeES commented 1 year ago

Hi,

It would be awesome to have other JS runtimes like Bun, Deno, WebKit and Gecko,

Thanks!

lukehaas commented 1 year ago

Thanks, @RodrigoTomeES. RunJS is built on Electron, which is Node + Chromium, this means there is no possibility of supporting alternative runtimes.