You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebGPUDemo/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ the Swift SDK in the following command to the version that matches your installe
9
9
swift package --swift-sdk swift-DEVELOPMENT-SNAPSHOT-2025-06-03-a_wasm js --use-cdn
10
10
```
11
11
12
+
WebGPU requires a beta or technical preview version of Safari. For recent release versions make sure to enable
13
+
WebGPU feature flag as shown on the screenshot:
14
+
15
+
<imgwidth="833"alt="Screenshot 2025-06-19 at 10 22 57"src="https://github.com/user-attachments/assets/7d0453ab-da51-4a6e-85da-dc466cf775be" />
16
+
17
+
See [the WebGPU Implementation Status page](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) for information about compatibility with other browsers.
18
+
12
19
Start a HTTP server with eg. `python -m http.server` or `npx serve`, then open
13
20
http://localhost:8000 to view the Swift logo rendered using WebGPU.
0 commit comments