TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Add native loading progress tracking #180

Closed GarboMuffin closed 9 months ago

GarboMuffin commented 9 months ago

Instead of doing it in gui with some awful hacks that override methods on Worker.prototype, we can do it in the runtime: nice, clean, tested. Also supports projects from local files.