From 9832a6516bfe3d8b1d18e503645d0332267c43a0 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Fri, 19 Jul 2024 03:33:59 +0200 Subject: [PATCH] Add spec_urls to wasm features (#23854) --- webassembly/BigInt-to-i64-integration.json | 1 + webassembly/mutable-globals.json | 1 + 2 files changed, 2 insertions(+) diff --git a/webassembly/BigInt-to-i64-integration.json b/webassembly/BigInt-to-i64-integration.json index d16a19ad826b3e..8c56743e8639f8 100644 --- a/webassembly/BigInt-to-i64-integration.json +++ b/webassembly/BigInt-to-i64-integration.json @@ -2,6 +2,7 @@ "webassembly": { "BigInt-to-i64-integration": { "__compat": { + "spec_url": "https://webassembly.github.io/spec/js-api/#ref-for-syntax-numtype①⓪", "support": { "chrome": { "version_added": "85" diff --git a/webassembly/mutable-globals.json b/webassembly/mutable-globals.json index 049bea02f1e163..c12c7b1fe0555d 100644 --- a/webassembly/mutable-globals.json +++ b/webassembly/mutable-globals.json @@ -2,6 +2,7 @@ "webassembly": { "mutable-globals": { "__compat": { + "spec_url": "https://webassembly.github.io/spec/js-api/index.html#dom-globaldescriptor-mutable", "support": { "chrome": { "version_added": "≤80"