From e5da0d95935f9af790f58b5ed0cab7c675933dd2 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Wed, 21 Aug 2024 16:05:45 -0700 Subject: [PATCH] Add Implementation Report fields to metadata for JS and Web API specs Also needed for CR generation --- document/js-api/index.bs | 1 + document/web-api/index.bs | 1 + 2 files changed, 2 insertions(+) diff --git a/document/js-api/index.bs b/document/js-api/index.bs index 0b9ffd53c5..d6cabb20f3 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -7,6 +7,7 @@ Issue Tracking: GitHub https://github.com/WebAssembly/spec/issues Level: 2 TR: https://www.w3.org/TR/wasm-js-api-2/ ED: https://webassembly.github.io/spec/js-api/ +Implementation Report: https://webassembly.org/features/ Editor: Ms2ger, w3cid 46309, Igalia Repository: WebAssembly/spec Markup Shorthands: css no, markdown yes diff --git a/document/web-api/index.bs b/document/web-api/index.bs index 5bd1dac2c6..0269f96bc3 100644 --- a/document/web-api/index.bs +++ b/document/web-api/index.bs @@ -7,6 +7,7 @@ Issue Tracking: GitHub https://github.com/WebAssembly/spec/issues Level: 2 TR: https://www.w3.org/TR/wasm-web-api-2/ ED: https://webassembly.github.io/spec/web-api/ +Implementation Report: https://webassembly.org/features/ Editor: Ms2ger, w3cid 46309, Igalia Repository: WebAssembly/spec Abstract: This document describes the integration of WebAssembly with the broader web platform.