From 393abed3873d83019feb5bcebb10a6929133862a Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sat, 9 Dec 2023 01:19:16 +0100 Subject: feat: bring back WebGPU (#20812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Leo Kettmeir Co-authored-by: Kenta Moriuchi Co-authored-by: Bartek IwaƄczuk --- runtime/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/build.rs') diff --git a/runtime/build.rs b/runtime/build.rs index e0881836b..9975aecee 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -224,6 +224,7 @@ mod startup_snapshot { Default::default(), Default::default(), ), + deno_webgpu::deno_webgpu::init_ops_and_esm(), deno_fetch::deno_fetch::init_ops_and_esm::( Default::default(), ), -- cgit v1.2.3