Skip to content

Commit 5fffd93

Browse files
authored
Updated wording in WebGPUDemo/README.md (#32)
We should consistently refer to Swift SDK as such, to distinguish it from Xcode SDKs. Also expanded working WRT matching toolchain version.
1 parent 42c4f22 commit 5fffd93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WebGPUDemo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Install a development snapshot and Swift SDK for Wasm by following
44
https://www.swift.org/documentation/articles/wasm-getting-started.html.
55

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

12-
Start a HTTP server with eg. `python -m http.server` or `npx serve`. And then open
13-
http://localhost:8000 to view the render of Swift using WebGPU.
12+
Start a HTTP server with eg. `python -m http.server` or `npx serve`, then open
13+
http://localhost:8000 to view the Swift logo rendered using WebGPU.
1414

1515
> [!NOTE]
1616
> If using an editor with SourceKit-LSP, make sure to update `.sourcekit-lsp/config.json` with the

0 commit comments

Comments
 (0)