Bug 239923

Summary: [WebGPU] WebGPU in Safari Technology Preview is linking with the system JavaScriptCore
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, dino, djg, emw, kkinnunen
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Myles C. Maxfield 2022-04-29 21:13:48 PDT
[WebGPU] WebGPU is linking with the system JavaScriptCore in Safari Technology Preview
Comment 1 Myles C. Maxfield 2022-04-29 21:15:21 PDT
Created attachment 458629 [details]
Patch
Comment 2 Alexey Proskuryakov 2022-04-30 11:19:03 PDT
Comment on attachment 458629 [details]
Patch

This looks like moving in the right direction, but not quite correct yet (which may be the reason why it's not marked for review).

WebGPU shouldn't ever have WebCore or WebGPU.framework/Versions/A/Frameworks in its search path AFAICT.

Additionally, JSC is a framework not a library, so I'm not sure how LIBRARY_SEARCH_PATHS fixes the issue.
Comment 3 Myles C. Maxfield 2022-05-06 00:38:28 PDT

*** This bug has been marked as a duplicate of bug 240159 ***