mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
BREAKING(unstable): remove WebGPU (#18094)
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 <biwanczuk@gmail.com>
This commit is contained in:
parent
3f031ad9af
commit
35196eab27
45 changed files with 145 additions and 15304 deletions
|
@ -89,7 +89,6 @@ pub fn get_types_declaration_file_text(unstable: bool) -> String {
|
|||
"deno.url",
|
||||
"deno.web",
|
||||
"deno.fetch",
|
||||
"deno.webgpu",
|
||||
"deno.websocket",
|
||||
"deno.webstorage",
|
||||
"deno.crypto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue