Bug 166768 - WebAssembly: Memory should never be a SharedArrayBuffer
Summary: WebAssembly: Memory should never be a SharedArrayBuffer
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 161709
  Show dependency treegraph
 
Reported: 2017-01-06 09:08 PST by JF Bastien
Modified: 2021-04-09 20:08 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-01-06 09:08:55 PST
This should be true by construction right now, but let's add a test to make sure that never regresses.
Comment 1 Radar WebKit Bug Importer 2017-05-03 09:57:13 PDT
<rdar://problem/31965373>
Comment 2 Yusuke Suzuki 2021-04-09 20:08:47 PDT
This can be SharedArrayBuffer if shared:true option is specified.