Skip to content

registry.ts:646 Assertion failed: Doesn't have "createComputePipeline" #36

@mreinstein

Description

@mreinstein

My steps:

git clone git@github.com: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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions