File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,6 @@ the Swift SDK in the following command to the version that matches your installe
9
9
swift package --swift-sdk swift-6.2-RELEASE_wasm js --use-cdn
10
10
```
11
11
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
-
22
12
WebGPU is enabled by default in Safari 26. Safari 17 and 18 require enabling
23
13
WebGPU feature flag as shown on the screenshot:
24
14
You can’t perform that action at this time.
0 commit comments