[Webkit-unassigned] [Bug 166480] New: WebAssembly: test compile / instantiate in a Worker
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 26 09:35:43 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=166480
Bug ID: 166480
Summary: WebAssembly: test compile / instantiate in a Worker
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jfbastien at apple.com
CC: jfbastien at apple.com, keith_miller at apple.com,
sbarati at apple.com
Blocks: 161709
I've heard from someone trying out WebAssembly that they current use compile / instantiate in a worker because some implementations aren't asynchronous. They want to do work on the main thread while compiling, so a Worker makes sense. They then transfer the Module / Instance back to the main thread.
We should have a test that this works well.
Related:
- WebAssembly: Make WebAssembly.compile truly asynchronous https://bugs.webkit.org/show_bug.cgi?id=166016
- WebAssembly: Implement the WebAssembly.instantiate API https://bugs.webkit.org/show_bug.cgi?id=165982
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161226/b6090f82/attachment-0001.html>
More information about the webkit-unassigned
mailing list