-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update report.json, rec-track-repos.json, hr-repos.json
- Loading branch information
w3c-validate-repos-bot
committed
Jul 16, 2023
1 parent
74d97af
commit 1cc8ddd
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9060,7 +9060,7 @@ | |
} | ||
] | ||
}, | ||
"timestamp": "2023-07-15T00:22:52.618Z", | ||
"timestamp": "2023-07-16T00:22:42.303Z", | ||
"repos": [ | ||
{ | ||
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==", | ||
|
@@ -147986,7 +147986,7 @@ | |
"body": "# Code of Ethics and Professional Conduct\n\nWebAssembly operates under the W3C's\n[Code of Ethics and Professional Conduct][]:\n\n> W3C is a growing and global community where participants choose to work\n> together, and in that process experience differences in language, location,\n> nationality, and experience. In such a diverse environment, misunderstandings\n> and disagreements happen, which in most cases can be resolved informally. In\n> rare cases, however, behavior can intimidate, harass, or otherwise disrupt one\n> or more people in the community, which W3C will not tolerate.\n>\n> A Code of Ethics and Professional Conduct is useful to define accepted and\n> acceptable behaviors and to promote high standards of professional\n> practice. It also provides a benchmark for self evaluation and acts as a\n> vehicle for better identity of the organization.\n\nWe want our community group to act according to these guidelines, and\nparticipants to hold each other to these high standards. If you have any questions\nor are worried that the code isn't being followed, please contact the Community\nGroup's chairs at `[email protected]` (note: this list is also\nvisible to W3C staff). For very serious concerns, the W3C has [procedures][]\nallowing you to access its ombuds directly and confidentially.\n\n [Code of Ethics and Professional Conduct]: https://www.w3.org/Consortium/cepc\n [procedures]: https://www.w3.org/Consortium/pwe/#Procedures\n" | ||
}, | ||
"readme": { | ||
"text": "# WASI Cryptography APIs\n\nThis repository is for development of Cryptography API proposals for the\n[WASI Subgroup] of the [WebAssembly Community Group].\n\nPlease refer to those groups' documentation for more information on their\nprocesses, goals, scope, and deliverables.\n\n[WASI Subgroup]: https://github.com/WebAssembly/WASI\n[WebAssembly Community Group]: https://www.w3.org/community/webassembly/\n\n* [High-level goals](docs/HighLevelGoals.md)\n* [Security design document](design/security.md)\n* [Specification](docs/wasi-crypto.md)\n* Interface definitions:\n * common types and functions ([witx](witx/codegen/wasi_ephemeral_crypto_common.witx), [doc](witx/codegen/wasi_ephemeral_crypto_common.md))\n * symmetric operations ([witx](witx/codegen/wasi_ephemeral_crypto_symmetric.witx), [doc](witx/codegen/wasi_ephemeral_crypto_symmetric.md))\n * common types and functions for asymmetric operations ([witx](witx/codegen/wasi_ephemeral_crypto_asymmetric_common.witx), [doc](witx/codegen/wasi_ephemeral_crypto_asymmetric_common.md))\n * signatures ([witx](witx/codegen/wasi_ephemeral_crypto_signatures.witx), [doc](witx/codegen/wasi_ephemeral_crypto_signatures.md))\n * key exchange ([witx](witx/codegen/wasi_ephemeral_crypto_kx.witx), [doc](witx/codegen/wasi_ephemeral_crypto_kx.md))\n * external secrets ([witx](witx/codegen/wasi_ephemeral_crypto_external_secrets.witx), [doc](witx/codegen/wasi_ephemeral_crypto_external_secrets.md))\n* [Concise API overview](witx/codegen/wasi_ephemeral_crypto.txt)\n* [Implementation for the WasmEdge runtime](https://wasmedge.org/book/en/dev/rust/wasicrypto.html)\n* [Example AssemblyScript bindings](implementations/bindings/assemblyscript)\n* [Example Rust bindings](implementations/bindings/rust)\n\nInterested parties are welcome to join the working group meeting every 2 weeks on Tuesday.\n\n* [Google Meet link](https://meet.google.com/yeh-kbzo-pfx)\n* [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=f67fde02694963243f5dafb70d61c64e715dacbcf1abba17824e672635f90f3e@group.calendar.google.com)\n" | ||
"text": "# WASI Cryptography APIs\n\nThis repository is for development of Cryptography API proposals for the\n[WASI Subgroup] of the [WebAssembly Community Group].\n\nPlease refer to those groups' documentation for more information on their\nprocesses, goals, scope, and deliverables.\n\n[WASI Subgroup]: https://github.com/WebAssembly/WASI\n[WebAssembly Community Group]: https://www.w3.org/community/webassembly/\n\n* [High-level goals](docs/HighLevelGoals.md)\n* [Security design document](design/security.md)\n* [Specification](docs/wasi-crypto.md)\n* Interface definitions:\n * common types and functions ([witx](witx/codegen/wasi_ephemeral_crypto_common.witx), [doc](witx/codegen/wasi_ephemeral_crypto_common.md))\n * symmetric operations ([witx](witx/codegen/wasi_ephemeral_crypto_symmetric.witx), [doc](witx/codegen/wasi_ephemeral_crypto_symmetric.md))\n * common types and functions for asymmetric operations ([witx](witx/codegen/wasi_ephemeral_crypto_asymmetric_common.witx), [doc](witx/codegen/wasi_ephemeral_crypto_asymmetric_common.md))\n * signatures ([witx](witx/codegen/wasi_ephemeral_crypto_signatures.witx), [doc](witx/codegen/wasi_ephemeral_crypto_signatures.md))\n * key exchange ([witx](witx/codegen/wasi_ephemeral_crypto_kx.witx), [doc](witx/codegen/wasi_ephemeral_crypto_kx.md))\n * external secrets ([witx](witx/codegen/wasi_ephemeral_crypto_external_secrets.witx), [doc](witx/codegen/wasi_ephemeral_crypto_external_secrets.md))\n* [Concise API overview](witx/codegen/wasi_ephemeral_crypto.txt)\n* [Implementation for the WasmEdge runtime](https://wasmedge.org/book/en/dev/rust/wasicrypto.html)\n* [Example AssemblyScript bindings](implementations/bindings/assemblyscript)\n* [Example Rust bindings](implementations/bindings/rust)\n\nInterested parties are welcome to join the working group meeting every 2 weeks on Tuesday 17:00 UTC.\n\n* [Google Meet link](https://meet.google.com/yeh-kbzo-pfx)\n* [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=f67fde02694963243f5dafb70d61c64e715dacbcf1abba17824e672635f90f3e@group.calendar.google.com)\n" | ||
} | ||
}, | ||
{ | ||
|
@@ -179611,10 +179611,6 @@ | |
}, | ||
"fullshortname": "cg/webmachinelearning", | ||
"repos": [ | ||
{ | ||
"name": "webnn-polyfill", | ||
"fullName": "webmachinelearning/webnn-polyfill" | ||
}, | ||
{ | ||
"name": "webnn-samples", | ||
"fullName": "webmachinelearning/webnn-samples" | ||
|