#Make `App::run` non-blocking in web
2 messages · Page 1 of 1 (latest)
Theoretically we should be able to use the non-blocking EventLoop::spawn instead of EventLoop::run in WASM, but this hasn't happened yet...
I have a fork that attempts to make this work. It didn't solve the original issue I attempted this for, and I haven't really had the chance to look into it further, but this would be the right direction I believe.