File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# WebGPU Example
2
2
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
4
4
https://www.swift.org/documentation/articles/wasm-getting-started.html .
5
5
6
6
Build with the installed Swift SDK using JavaScriptKit's ` PackageToJSPlugin ` plugin. Make sure to update
7
7
the Swift SDK in the following command to the version that matches your installed swift.org toolchain.
8
8
```
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
10
10
```
11
11
12
12
WebGPU requires a beta or technical preview version of Safari. For recent release versions make sure to enable
You can’t perform that action at this time.
0 commit comments