Skip to content

Commit 757420f

Browse files
authored
Recommend use of 6.2 snapshots in WebGPUDemo/README.md
1 parent 3755189 commit 757420f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebGPUDemo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# WebGPU Example
22

3-
Install a development snapshot and Swift SDK for Wasm by following
3+
Install Swift 6.2 development snapshot and Swift SDK for Wasm by following
44
https://www.swift.org/documentation/articles/wasm-getting-started.html.
55

66
Build with the installed Swift SDK using JavaScriptKit's `PackageToJSPlugin` plugin. Make sure to update
77
the Swift SDK in the following command to the version that matches your installed swift.org toolchain.
88
```
9-
swift package --swift-sdk swift-DEVELOPMENT-SNAPSHOT-2025-06-03-a_wasm js --use-cdn
9+
swift package --swift-sdk swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-17-a_wasm js --use-cdn
1010
```
1111

1212
WebGPU requires a beta or technical preview version of Safari. For recent release versions make sure to enable

0 commit comments

Comments
 (0)