Skip to content

Commit 1c0e54a

Browse files
authored
Exclude Embedded Swift from WebGPUDemo/README.md for now
1 parent 5d97843 commit 1c0e54a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

WebGPUDemo/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ the Swift SDK in the following command to the version that matches your installe
99
swift package --swift-sdk swift-6.2-RELEASE_wasm js --use-cdn
1010
```
1111

12-
If you'd like to produce a smaller binary (under 400 kB), you'll have to use
13-
`swift-DEVELOPMENT-SNAPSHOT-2025-08-11` or later development snapshot of the `main` Swift toolchain
14-
branch. Earlier versions (including Swift 6.2) have no support for `async` functions in Embedded Swift,
15-
which is required for WebGPU setup. Use the following command to build with Embedded Swift (update for
16-
your installed toolchain version if needed):
17-
18-
```
19-
swift package --swift-sdk swift-DEVELOPMENT-SNAPSHOT-2025-08-11-a_wasm-embedded js --use-cdn -c release
20-
```
21-
2212
WebGPU is enabled by default in Safari 26. Safari 17 and 18 require enabling
2313
WebGPU feature flag as shown on the screenshot:
2414

0 commit comments

Comments
 (0)