You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebGPUDemo/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ WebGPU feature flag as shown on the screenshot:
16
16
17
17
See [the WebGPU Implementation Status page](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) for information about compatibility with other browsers.
18
18
19
-
Start a HTTP server with eg. `python -m http.server` or `npx serve`, then open
20
-
http://localhost:8000 to view the Swift logo rendered using WebGPU.
19
+
Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open
20
+
http://localhost:8000for `python3` or http://localhost:3000 for `npx serve`to view the Swift logo rendered using WebGPU.
21
21
22
22
> [!NOTE]
23
23
> If using an editor with SourceKit-LSP, make sure to update `.sourcekit-lsp/config.json` with the
0 commit comments