diff options
Diffstat (limited to 'ext/webgpu/00_init.js')
-rw-r--r-- | ext/webgpu/00_init.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/webgpu/00_init.js b/ext/webgpu/00_init.js index d33230e58..b7014bd45 100644 --- a/ext/webgpu/00_init.js +++ b/ext/webgpu/00_init.js @@ -1,9 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { core } from "ext:core/mod.js"; -const { - op_lazy_load_esm, -} = core.ensureFastOps(true); +import { op_lazy_load_esm } from "ext:core/ops"; let webgpu; |