Refactor WebGPU ASYNCIFY to use JSPI
Smaller build size and better performance. Also, link time goes down a lot
This commit is contained in:
@@ -125,7 +125,6 @@ void WebPlatform::SetThreadAffinityMask(uint64 affinityMask)
|
||||
|
||||
void WebPlatform::Sleep(int32 milliseconds)
|
||||
{
|
||||
//emscripten_sleep(milliseconds);
|
||||
emscripten_thread_sleep(milliseconds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user