-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move origin-policy to monitor, add WASM 2 specs except Core #593
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The WICG/origin-policy proposal was put on hold, see current README: https://github.com/WICG/origin-policy/blob/2683f92226052dd363b84620247cdb5f949a4b75/README.md WASM level 2 specs replace level 1. Cannot easily add WASM Core Level 2 for now because its multipage formatting and weird section numbering scheme likely requires changes to our extraction logic. Fixes #590 ```diff { "added": [ { "url": "https://www.w3.org/TR/wasm-js-api-2/", "seriesComposition": "full", "shortname": "wasm-js-api-2", "series": { "shortname": "wasm-js-api", "currentSpecification": "wasm-js-api-2", "title": "WebAssembly JavaScript Interface", "shortTitle": "WebAssembly JavaScript Interface", "releaseUrl": "https://www.w3.org/TR/wasm-js-api/", "nightlyUrl": "https://webassembly.github.io/spec/js-api/" }, "seriesVersion": "2", "organization": "W3C", "groups": [ { "name": "WebAssembly Working Group", "url": "https://www.w3.org/groups/wg/wasm" } ], "release": { "url": "https://www.w3.org/TR/wasm-js-api-2/", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/js-api/", "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/js-api/index.bs", "filename": "index.html" }, "title": "WebAssembly JavaScript Interface", "source": "w3c", "shortTitle": "WebAssembly JavaScript Interface", "categories": [ "browser" ], "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "wasm/jsapi" ] } }, { "url": "https://www.w3.org/TR/wasm-web-api-2/", "seriesComposition": "full", "shortname": "wasm-web-api-2", "series": { "shortname": "wasm-web-api", "currentSpecification": "wasm-web-api-2", "title": "WebAssembly Web API", "shortTitle": "WebAssembly Web API", "releaseUrl": "https://www.w3.org/TR/wasm-web-api/", "nightlyUrl": "https://webassembly.github.io/spec/web-api/" }, "seriesVersion": "2", "organization": "W3C", "groups": [ { "name": "WebAssembly Working Group", "url": "https://www.w3.org/groups/wg/wasm" } ], "release": { "url": "https://www.w3.org/TR/wasm-web-api-2/", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/web-api/", "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/web-api/index.bs", "filename": "index.html" }, "title": "WebAssembly Web API", "source": "w3c", "shortTitle": "WebAssembly Web API", "categories": [ "browser" ], "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "wasm/webapi" ] } } ], "updated": [ { "url": "https://webassembly.github.io/exception-handling/js-api/", "seriesComposition": "fork", "shortname": "wasm-js-api-2-fork-exception-handling", "series": { "shortname": "wasm-js-api", "currentSpecification": "wasm-js-api-2-fork-exception-handling", "title": "WebAssembly JavaScript Interface: Exception Handling", "shortTitle": "WebAssembly JavaScript Interface: Exception Handling", "nightlyUrl": "https://webassembly.github.io/exception-handling/js-api/" }, "seriesVersion": "2", "forkOf": "wasm-js-api-2", "organization": "W3C", "groups": [ { "name": "WebAssembly Community Group", "url": "https://www.w3.org/community/webassembly/" } ], "nightly": { "url": "https://webassembly.github.io/exception-handling/js-api/", "repository": "https://github.com/WebAssembly/exception-handling", "sourcePath": "document/js-api/index.bs", "filename": "index.html" }, "title": "WebAssembly JavaScript Interface: Exception Handling", "source": "spec", "shortTitle": "WebAssembly JavaScript Interface: Exception Handling", "categories": [ "browser" ] } ], "deleted": [ { "url": "https://wicg.github.io/origin-policy/", "seriesComposition": "full", "shortname": "origin-policy", "series": { "shortname": "origin-policy", "currentSpecification": "origin-policy", "title": "Origin Policy", "shortTitle": "Origin Policy", "nightlyUrl": "https://wicg.github.io/origin-policy/" }, "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/origin-policy/", "repository": "https://github.com/WICG/origin-policy", "sourcePath": "index.src.html", "filename": "index.html" }, "title": "Origin Policy", "source": "specref", "shortTitle": "Origin Policy", "categories": [ "browser" ], "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "origin-policy" ] } }, { "url": "https://www.w3.org/TR/wasm-js-api-1/", "seriesComposition": "full", "shortname": "wasm-js-api-1", "series": { "shortname": "wasm-js-api", "currentSpecification": "wasm-js-api-1", "title": "WebAssembly JavaScript Interface", "shortTitle": "WebAssembly JavaScript Interface", "releaseUrl": "https://www.w3.org/TR/wasm-js-api/", "nightlyUrl": "https://webassembly.github.io/spec/js-api/" }, "seriesVersion": "1", "forks": [ "wasm-js-api-1-fork-exception-handling" ], "organization": "W3C", "groups": [ { "name": "WebAssembly Working Group", "url": "https://www.w3.org/groups/wg/wasm" } ], "release": { "url": "https://www.w3.org/TR/wasm-js-api-1/", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/js-api/", "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/js-api/index.bs", "filename": "index.html" }, "title": "WebAssembly JavaScript Interface", "source": "w3c", "shortTitle": "WebAssembly JavaScript Interface", "categories": [ "browser" ], "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "wasm/jsapi" ] } }, { "url": "https://www.w3.org/TR/wasm-web-api-1/", "seriesComposition": "full", "shortname": "wasm-web-api-1", "series": { "shortname": "wasm-web-api", "currentSpecification": "wasm-web-api-1", "title": "WebAssembly Web API", "shortTitle": "WebAssembly Web API", "releaseUrl": "https://www.w3.org/TR/wasm-web-api/", "nightlyUrl": "https://webassembly.github.io/spec/web-api/" }, "seriesVersion": "1", "organization": "W3C", "groups": [ { "name": "WebAssembly Working Group", "url": "https://www.w3.org/groups/wg/wasm" } ], "release": { "url": "https://www.w3.org/TR/wasm-web-api-1/", "filename": "Overview.html" }, "nightly": { "url": "https://webassembly.github.io/spec/web-api/", "repository": "https://github.com/WebAssembly/spec", "sourcePath": "document/web-api/index.bs", "filename": "index.html" }, "title": "WebAssembly Web API", "source": "w3c", "shortTitle": "WebAssembly Web API", "categories": [ "browser" ], "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "wasm/webapi" ] } } ] } ```
dontcallmedom
approved these changes
Apr 29, 2022
This was referenced Sep 18, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The WICG/origin-policy proposal was put on hold, see current README:
https://github.com/WICG/origin-policy/blob/2683f92226052dd363b84620247cdb5f949a4b75/README.md
WASM level 2 specs replace level 1. Cannot easily add WASM Core Level 2 for now because its multipage formatting and weird section numbering scheme likely requires changes to our extraction logic.
Fixes #590.