We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c892f commit c4b261bCopy full SHA for c4b261b
sql/2025/webassembly/counts.sql
@@ -14,7 +14,7 @@ WITH wasmRequests AS (
14
WHERE
15
date IN ('2021-07-01', '2022-06-01', '2023-06-01', '2024-06-01', '2025-07-01') AND
16
(
17
- (date IN ('2024-06-01', '2025-07-01') AND type = 'wasm')
+ (date IN ('2024-06-01', '2025-07-01') AND type = 'wasm') -- wasm type was added in Jan 2024
18
OR
19
(date IN ('2021-07-01', '2022-06-01', '2023-06-01') AND (JSON_VALUE(summary.mimeType) = 'application/wasm' OR JSON_VALUE(summary.ext) = 'wasm'))
20
)
0 commit comments