Skip to content

Commit

Permalink
Update not supported message
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Jan 30, 2024
1 parent 185126d commit dfbe4ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export function checkSupport() {
document.body.innerHTML = `
<h1>WebGPU not supported!</h1>
<div>
SPIR-V WebGPU is currently only supported in <a href="https://www.google.com/chrome/canary/">Chrome Canary</a>
with the flag "enable-unsafe-webgpu" enabled.
WebGPU is currently only supported in <a href="https://www.google.com/chrome/index.html">Google Chrome</a>.
</div>
<div>
See the <a href="https://github.com/gpuweb/gpuweb/wiki/Implementation-Status">Implementation Status</a> page for more details.
Expand Down

0 comments on commit dfbe4ef

Please sign in to comment.