declare module 'external:emscripten/webgpu/webgpu_wasm.js' { function factory (gfx: any): Promise; export default factory; } declare module 'external:emscripten/webgpu/glslang.js' { function factory (wasmUrl: string): Promise; export default factory; } declare module 'external:emscripten/webgpu/twgsl.js' { function factory (gfx: any): Promise; export default factory; }