Skip to content

Commit

Permalink
Updated demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoffenden authored Mar 5, 2024
1 parent fbaa7ff commit e050108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Starter project for C++ [WebGPU](//gpuweb.github.io/gpuweb/)/[Emscripten](//emsc

The included `libdawn` is pre-built for Windows/MSVC and Mac; [see instructions](lib/README.md) if you wish to build it yourself for Windows (out of the box Dawn on Windows builds with [Depot Tools](//commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools.html)/Clang so MSVC's linker fails with the exposed `std` types).

As of May 2023 the API should be stable enough, with Chrome being the first browser to enable WebGPU by default. The code is [tested and working](//wip.numfum.com/cw/2023-05-12/index.html) with Chrome 113 (other browsers may need flags to enable) and Emscripten 3.1.38.
As of May 2023 the API should be stable enough, with Chrome being the first browser to enable WebGPU by default. The code is [tested and working](//wip.numfum.com/cw/2024-03-05/index.html) with Chrome 122 (other browsers may need flags to enable) and Emscripten 3.1.53.

Emscripten build instructions:
```
Expand Down

0 comments on commit e050108

Please sign in to comment.