How to properly static link webgpu_dawn in my project?
134 views
Skip to first unread message
Arias Han
unread,
Nov 15, 2024, 7:07:04 AM11/15/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dawn Graphics
Hi All,
I found that dawn's cmake only has a shared version(webgpu_dawn). So how should I connect my program to the static version of webgpu_dawn?
Best regards,
Arias
Cheng
unread,
Feb 21, 2025, 9:13:45 PMFeb 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dawn Graphics
This reply is probably too late but I'm sharing my solution here. There are some hacks abusing internal build settings and it would be great if someone can share a better way.