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 --- cli/args/flags.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/args') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 9d7e513f7..8b4fa445e 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -815,6 +815,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: DENO_NO_UPDATE_CHECK Set to disable checking if a newer Deno version is available DENO_V8_FLAGS Set V8 command line options + DENO_WEBGPU_TRACE Directory to use for wgpu traces DENO_JOBS Number of parallel workers used for the --parallel flag with the test subcommand. Defaults to number of available CPUs. -- cgit v1.2.3