From a336226ca9df7e22c071b57f09b942dcd5b48f3a Mon Sep 17 00:00:00 2001 From: jjohnson Date: Mon, 18 Sep 2023 11:29:07 -0500 Subject: [PATCH] Bump compatibility date to `2023-09-18` and enable WebGPU --- .bazelrc | 3 +-- src/workerd/io/compatibility-date.capnp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 53d0f443e17..7a2ffad6596 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,8 +3,7 @@ build --verbose_failures build --build_tag_filters=-off-by-default # Enable webgpu -# TODO(soon): enable this by default again -# common --//src/workerd/io:enable_experimental_webgpu=True +common --//src/workerd/io:enable_experimental_webgpu=True # Our dependencies (ICU, zlib, etc.) produce a lot of these warnings, so we disable them. build --per_file_copt='external/com_googlesource_chromium_icu@-Wno-ambiguous-reversed-operator,-Wno-deprecated-declarations' diff --git a/src/workerd/io/compatibility-date.capnp b/src/workerd/io/compatibility-date.capnp index 58a8e689558..a65189a1782 100644 --- a/src/workerd/io/compatibility-date.capnp +++ b/src/workerd/io/compatibility-date.capnp @@ -8,7 +8,7 @@ using Cxx = import "/capnp/c++.capnp"; $Cxx.namespace("workerd"); $Cxx.allowCancellation; -const supportedCompatibilityDate :Text = "2023-09-14"; +const supportedCompatibilityDate :Text = "2023-09-18"; # Newest compatibility date that can safely be set using code compiled from this repo. Trying to # run a Worker with a newer compatibility date than this will fail. #