Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spawn event loop instead of using js exception control flow hack essentially removes this, but now you have to remember to return control flow to the browser because single threading async stuff (e.g. dont do blocking stuff without using workers) ![image](https://github.com/Inochi2D/inox2d/assets/46694241/f7ba12cb-04a7-48b0-9d17-878ad98c0454)
- Loading branch information