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 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
44https://www.swift.org/documentation/articles/wasm-getting-started.html .
55
66Build with the installed Swift SDK using JavaScriptKit's ` PackageToJSPlugin ` plugin. Make sure to update
77the 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
1212WebGPU 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