From 0f9c929b3a7135667e7f1f8de3ae1195b59fb2e3 Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:43:54 +0100 Subject: fix(op_crates/webgpu): create instance only when required (#9771) Co-authored-by: Luca Casonato --- runtime/ops/webgpu.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/ops/webgpu.rs') diff --git a/runtime/ops/webgpu.rs b/runtime/ops/webgpu.rs index d3b9cfa19..bee08b9f6 100644 --- a/runtime/ops/webgpu.rs +++ b/runtime/ops/webgpu.rs @@ -4,11 +4,6 @@ pub fn init(rt: &mut deno_core::JsRuntime) { { let op_state = rt.op_state(); let mut state = op_state.borrow_mut(); - state.put(wgpu_core::hub::Global::new( - "webgpu", - wgpu_core::hub::IdentityManagerFactory, - wgpu_types::BackendBit::PRIMARY, - )); let unstable_checker = state.borrow::(); let unstable = unstable_checker.unstable; state.put(Unstable(unstable)); -- cgit v1.2.3