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 @@ -9,7 +9,7 @@ the Swift SDK in the following command to the version that matches your installe
9
9
swift package --swift-sdk swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-17-a_wasm js --use-cdn
10
10
```
11
11
12
- WebGPU requires a beta or technical preview version of Safari. For recent release versions make sure to enable
12
+ WebGPU is enabled by default in beta and technical preview versions of Safari. Safari 17 and 18 require enabling
13
13
WebGPU feature flag as shown on the screenshot:
14
14
15
15
<img width =" 833 " alt =" Safari Feature Flags settings tab with WebGPU enabled " src =" https://github.com/user-attachments/assets/7d0453ab-da51-4a6e-85da-dc466cf775be " />
@@ -20,5 +20,5 @@ Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open
20
20
http://localhost:8000 for ` python3 ` or http://localhost:3000 for ` npx serve ` to view the Swift logo rendered using WebGPU.
21
21
22
22
> [ !NOTE]
23
- > If using an editor with SourceKit-LSP, make sure to update ` .sourcekit-lsp/config.json ` with the
23
+ > When using an editor with SourceKit-LSP, update ` .sourcekit-lsp/config.json ` with the
24
24
> Swift SDK used in your build command.
You can’t perform that action at this time.
0 commit comments