diff options
Diffstat (limited to 'runtime/build.rs')
-rw-r--r-- | runtime/build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index 978fdda51..1e79eaf8a 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -217,7 +217,6 @@ mod startup_snapshot { "deno_websocket", "deno_webstorage", "deno_crypto", - "deno_webgpu", "deno_broadcast_channel", // FIXME(bartlomieju): this should be reenabled // "deno_node", @@ -269,7 +268,6 @@ mod startup_snapshot { ), deno_webstorage::init_ops_and_esm(None), deno_crypto::init_ops_and_esm(None), - deno_webgpu::init_ops_and_esm(false), deno_broadcast_channel::init_ops_and_esm( deno_broadcast_channel::InMemoryBroadcastChannel::default(), false, // No --unstable. |