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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ 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 an HTTP server that hosts the Wasm binary and other assets, e.g. you can use `python3 -m http.server` or `npx serve`, then open
19
+
Start an HTTP server that hosts the Wasm binary and other assets included in the project, e.g. you can use `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.
0 commit comments