piston
piston copied to clipboard
Add event loop for web
See https://github.com/PistonDevelopers/piston/issues/1131#issuecomment-1013042165
Currently, the event loop in Piston is designed for native applications that handle their own event loop. While it is possible to work around this, it might be nicer to bridge the gap so users don't have to write a lot of code.