From 35196eab279340376929dd75ed717ef4830e2fa9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Thu, 16 Mar 2023 19:29:32 -0400 Subject: BREAKING(unstable): remove WebGPU (#18094) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR _**temporarily**_ removes WebGPU (which has behind the `--unstable` flag in Deno), due to performance complications due to its presence. It will be brought back in the future; as a point of reference, Chrome will ship WebGPU to stable on 26/04/2023. --------- Co-authored-by: Bartek IwaƄczuk --- runtime/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/lib.rs') diff --git a/runtime/lib.rs b/runtime/lib.rs index 97034bca9..f55833831 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -17,7 +17,6 @@ pub use deno_node; pub use deno_tls; pub use deno_url; pub use deno_web; -pub use deno_webgpu; pub use deno_webidl; pub use deno_websocket; pub use deno_webstorage; -- cgit v1.2.3