From 8e6c18c4c8f4ee8ef669065b6103fc48d16f0a0f Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 15 Jul 2025 11:29:41 +0100 Subject: [PATCH 1/2] Polish wording in `WebGPUDemo/README.md` --- WebGPUDemo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebGPUDemo/README.md b/WebGPUDemo/README.md index 5f6f805..2481ea9 100644 --- a/WebGPUDemo/README.md +++ b/WebGPUDemo/README.md @@ -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, 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] From f754d0674902c64f755237060882b5a2047b24a2 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 15 Jul 2025 11:30:22 +0100 Subject: [PATCH 2/2] Update README.md --- WebGPUDemo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebGPUDemo/README.md b/WebGPUDemo/README.md index 2481ea9..519ff7a 100644 --- a/WebGPUDemo/README.md +++ b/WebGPUDemo/README.md @@ -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 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 +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]