[Webkit-unassigned] [Bug 238291] [WebAssembly][Modules] Support Wasm module import from a JS Worker module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 18:12:56 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238291

--- Comment #14 from Asumu Takikawa <asumu at igalia.com> ---
I switched this patch back to the original approach where WorkerEventLoop tasks are treated specially. This time, I added a default-false bool argument for WorkerRunLoop::runMode that controls whether the WorkerEventLoop tasks should run in the mode (and set it for worker module loading run loops).

This should fix the regression the patch had earlier, since typical worker run loops will have the flag set to false.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220412/6a1282ee/attachment.htm>


More information about the webkit-unassigned mailing list