Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WebGPUDemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WebGPU feature flag as shown on the screenshot:

See [the WebGPU Implementation Status page](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) for information about compatibility with other browsers.

Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open
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
http://localhost:8000 for `python3` or http://localhost:3000 for `npx serve` to view the Swift logo rendered using WebGPU.

> [!NOTE]
Expand Down