[Webkit-unassigned] [Bug 257709] New: Provide public C API for constructing, checking, and duplicating SharedArrayBuffer instances
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 5 04:03:38 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=257709
Bug ID: 257709
Summary: Provide public C API for constructing, checking, and
duplicating SharedArrayBuffer instances
Product: WebKit
Version: Safari 16
Hardware: Mac (Apple Silicon)
OS: macOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kasperisager at hey.com
The public JavaScriptCore C API is currently missing functions for constructing SharedArrayBuffer instances, checking if a value is a SharedArrayBuffer, and duplicating SharedArrayBuffer instances between contexts, possibly running on separate threads, to allow simultaneous access to the underlying backing store.
--
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/20230605/dedd2e1d/attachment.htm>
More information about the webkit-unassigned
mailing list