Skip to content

Commit eacf712

Browse files
author
w3c-validate-repos-bot
committed
Update report.json, rec-track-repos.json, hr-repos.json
1 parent 8230b7e commit eacf712

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

report.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9862,7 +9862,7 @@
98629862
}
98639863
]
98649864
},
9865-
"timestamp": "2025-01-25T00:23:02.837Z",
9865+
"timestamp": "2025-01-26T00:22:57.809Z",
98669866
"repos": [
98679867
{
98689868
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
@@ -37387,6 +37387,10 @@
3738737387
"name": "tag-tracker",
3738837388
"color": "7fff00"
3738937389
},
37390+
{
37391+
"name": "UCR",
37392+
"color": "bfdadc"
37393+
},
3739037394
{
3739137395
"name": "UI",
3739237396
"color": "FBA944"
@@ -172843,8 +172847,8 @@
172843172847
"login": "WebAssembly"
172844172848
},
172845172849
"isArchived": false,
172846-
"homepageUrl": null,
172847-
"description": "WASI proposal for TLS",
172850+
"homepageUrl": "",
172851+
"description": "SSL/TLS interface for WASI",
172848172852
"isPrivate": false,
172849172853
"createdAt": "2025-01-09T20:29:06Z",
172850172854
"labels": [
@@ -172898,7 +172902,7 @@
172898172902
"body": "Please find the code of conduct at https://github.com/WebAssembly/meetings/blob/main/CODE_OF_CONDUCT.md.\n"
172899172903
},
172900172904
"readme": {
172901-
"text": "# [Example WASI proposal]\n\nThis template can be used to start a new proposal, which can then be proposed in the WASI Subgroup meetings.\n\nThe sections below are recommended. However, every proposal is different, and the community can help you flesh out the proposal, so don't block on having something filled in for each one of them.\n\nThank you to the W3C Privacy CG for the [inspiration](https://github.com/privacycg/template)!\n\n# [Title]\n\nA proposed [WebAssembly System Interface](https://github.com/WebAssembly/WASI) API.\n\n### Current Phase\n\n[Fill in the current phase, e.g. Phase 1]\n\n### Champions\n\n<!---\nPlease limit to one champion per company or organization\n-->\n- [Champion 1]\n- [Champion 2]\n- [etc.]\n\n### Portability Criteria\n\nTODO before entering Phase 2.\n\n## Table of Contents [if the explainer is longer than one printed page]\n\n- [Introduction](#introduction)\n- [Goals [or Motivating Use Cases, or Scenarios]](#goals-or-motivating-use-cases-or-scenarios)\n- [Non-goals](#non-goals)\n- [API walk-through](#api-walk-through)\n - [Use case 1](#use-case-1)\n - [Use case 2](#use-case-2)\n- [Detailed design discussion](#detailed-design-discussion)\n - [[Tricky design choice 1]](#tricky-design-choice-1)\n - [[Tricky design choice 2]](#tricky-design-choice-2)\n- [Considered alternatives](#considered-alternatives)\n - [[Alternative 1]](#alternative-1)\n - [[Alternative 2]](#alternative-2)\n- [Stakeholder Interest & Feedback](#stakeholder-interest--feedback)\n- [References & acknowledgements](#references--acknowledgements)\n\n### Introduction\n\n[The \"executive summary\" or \"abstract\". Explain in a few sentences what the goals of the project are, and a brief overview of how the solution works. This should be no more than 1-2 paragraphs.]\n\n### Goals [or Motivating Use Cases, or Scenarios]\n\n[What is the end-user need which this project aims to address?]\n\n### Non-goals\n\n[If there are \"adjacent\" goals which may appear to be in scope but aren't, enumerate them here. This section may be fleshed out as your design progresses and you encounter necessary technical and other trade-offs.]\n\n### API walk-through\n\nThe full API documentation can be found [here](wasi-proposal-template.md).\n\n[Walk through of how someone would use this API.]\n\n#### [Use case 1]\n\n[Provide example code snippets and diagrams explaining how the API would be used to solve the given problem]\n\n#### [Use case 2]\n\n[etc.]\n\n### Detailed design discussion\n\n[This section should mostly refer to the .wit.md file that specifies the API. This section is for any discussion of the choices made in the API which don't make sense to document in the spec file itself.]\n\n#### [Tricky design choice #1]\n\n[Talk through the tradeoffs in coming to the specific design point you want to make.]\n\n```\n// Illustrated with example code.\n```\n\n[This may be an open question, in which case you should link to any active discussion threads.]\n\n#### [Tricky design choice 2]\n\n[etc.]\n\n### Considered alternatives\n\n[This section is not required if you already covered considered alternatives in the design discussion above.]\n\n#### [Alternative 1]\n\n[Describe an alternative which was considered, and why you decided against it.]\n\n#### [Alternative 2]\n\n[etc.]\n\n### Stakeholder Interest & Feedback\n\nTODO before entering Phase 3.\n\n[This should include a list of implementers who have expressed interest in implementing the proposal]\n\n### References & acknowledgements\n\nMany thanks for valuable feedback and advice from:\n\n- [Person 1]\n- [Person 2]\n- [etc.]\n"
172905+
"text": "# Transport Layer Security (TLS/SSL)\n\n> For thread-local storage, which also abbreviates to TLS, see the [Shared-Everything Threads Proposal](https://github.com/WebAssembly/shared-everything-threads).\n\n---\n\n# [Example WASI proposal]\n\nThis template can be used to start a new proposal, which can then be proposed in the WASI Subgroup meetings.\n\nThe sections below are recommended. However, every proposal is different, and the community can help you flesh out the proposal, so don't block on having something filled in for each one of them.\n\nThank you to the W3C Privacy CG for the [inspiration](https://github.com/privacycg/template)!\n\n# [Title]\n\nA proposed [WebAssembly System Interface](https://github.com/WebAssembly/WASI) API.\n\n### Current Phase\n\n[Fill in the current phase, e.g. Phase 1]\n\n### Champions\n\n<!---\nPlease limit to one champion per company or organization\n-->\n- [Champion 1]\n- [Champion 2]\n- [etc.]\n\n### Portability Criteria\n\nTODO before entering Phase 2.\n\n## Table of Contents [if the explainer is longer than one printed page]\n\n- [Introduction](#introduction)\n- [Goals [or Motivating Use Cases, or Scenarios]](#goals-or-motivating-use-cases-or-scenarios)\n- [Non-goals](#non-goals)\n- [API walk-through](#api-walk-through)\n - [Use case 1](#use-case-1)\n - [Use case 2](#use-case-2)\n- [Detailed design discussion](#detailed-design-discussion)\n - [[Tricky design choice 1]](#tricky-design-choice-1)\n - [[Tricky design choice 2]](#tricky-design-choice-2)\n- [Considered alternatives](#considered-alternatives)\n - [[Alternative 1]](#alternative-1)\n - [[Alternative 2]](#alternative-2)\n- [Stakeholder Interest & Feedback](#stakeholder-interest--feedback)\n- [References & acknowledgements](#references--acknowledgements)\n\n### Introduction\n\n[The \"executive summary\" or \"abstract\". Explain in a few sentences what the goals of the project are, and a brief overview of how the solution works. This should be no more than 1-2 paragraphs.]\n\n### Goals [or Motivating Use Cases, or Scenarios]\n\n[What is the end-user need which this project aims to address?]\n\n### Non-goals\n\n[If there are \"adjacent\" goals which may appear to be in scope but aren't, enumerate them here. This section may be fleshed out as your design progresses and you encounter necessary technical and other trade-offs.]\n\n### API walk-through\n\nThe full API documentation can be found [here](wasi-proposal-template.md).\n\n[Walk through of how someone would use this API.]\n\n#### [Use case 1]\n\n[Provide example code snippets and diagrams explaining how the API would be used to solve the given problem]\n\n#### [Use case 2]\n\n[etc.]\n\n### Detailed design discussion\n\n[This section should mostly refer to the .wit.md file that specifies the API. This section is for any discussion of the choices made in the API which don't make sense to document in the spec file itself.]\n\n#### [Tricky design choice #1]\n\n[Talk through the tradeoffs in coming to the specific design point you want to make.]\n\n```\n// Illustrated with example code.\n```\n\n[This may be an open question, in which case you should link to any active discussion threads.]\n\n#### [Tricky design choice 2]\n\n[etc.]\n\n### Considered alternatives\n\n[This section is not required if you already covered considered alternatives in the design discussion above.]\n\n#### [Alternative 1]\n\n[Describe an alternative which was considered, and why you decided against it.]\n\n#### [Alternative 2]\n\n[etc.]\n\n### Stakeholder Interest & Feedback\n\nTODO before entering Phase 3.\n\n[This should include a list of implementers who have expressed interest in implementing the proposal]\n\n### References & acknowledgements\n\nMany thanks for valuable feedback and advice from:\n\n- [Person 1]\n- [Person 2]\n- [etc.]\n"
172902172906
}
172903172907
},
172904172908
{

0 commit comments

Comments
 (0)