1 2 3 4 5 6 7 8 9
// Copyright 2018-2026 the Deno authors. MIT license. (function () { const { core } = __bootstrap; const loadWebGPU = core.createLazyLoader("ext:deno_webgpu/01_webgpu.js"); return { loadWebGPU }; })();