Open
Description
My steps:
git clone [email protected]:webgpu/webgpu-debugger.git
cd webgpu-debugger
npm ci
npm run build
cp -r dist/ ../my/prototype/dist/
At the top of my index.html
's script module:
import './dist/webgpu-debugger.js';
console error:
webgpu-debugger.js:2 GET http://localhost:35729/livereload.js?snipver=1 net::ERR_CONNECTION_REFUSED
(anonymous) @ webgpu-debugger.js:2
registry.ts:646 Assertion failed: Doesn't have "createComputePipeline"
c.<computed> @ registry.ts:646
init @ bundle.js:167
onInit @ bundle.js:68
initNode @ bundle.js:1759
main @ (index):205
await in main (async)
(anonymous) @ (index):379
registry.ts:648 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call')
at c.<computed> [as createComputePipeline] (registry.ts:648:31)
at init (bundle.js:167:35)
at Object.onInit (bundle.js:68:12)
at Module.initNode (bundle.js:1759:30)
at main ((index):205:36)
Metadata
Metadata
Assignees
Labels
No labels