piston icon indicating copy to clipboard operation
piston copied to clipboard

Add event loop for web

Open bvssvni opened this issue 1 year ago • 0 comments

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.

bvssvni avatar Apr 30 '24 18:04 bvssvni