codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
371 stars 76 forks source link

Electron App #170

Open codefrau opened 3 months ago

codefrau commented 3 months ago

This would allow people to use SqueakJS just like any other VM, e.g. to run Etoys or other interpreter images on MacOS (which currently can not execute any 32 bit images).

The initial version would be pretty straightforward.

But it would only be really useful if it could access files on the host file system directly, use proper sockets, etc. That support could be possibly be lifted from or shared with the existing Node.js code.