Bug 166768

Summary: WebAssembly: Memory should never be a SharedArrayBuffer
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: fpizlo, ggaren, jfbastien, keith_miller, mark.lam, msaboff, oliver, saam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 161709    

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.