|
9816 | 9816 | } |
9817 | 9817 | ] |
9818 | 9818 | }, |
9819 | | - "timestamp": "2025-12-03T00:30:54.704Z", |
| 9819 | + "timestamp": "2025-12-04T00:31:53.453Z", |
9820 | 9820 | "repos": [ |
9821 | 9821 | { |
9822 | 9822 | "id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==", |
@@ -113258,6 +113258,10 @@ |
113258 | 113258 | "name": "enhancement", |
113259 | 113259 | "color": "a2eeef" |
113260 | 113260 | }, |
| 113261 | + { |
| 113262 | + "name": "event checks", |
| 113263 | + "color": "a36e2f" |
| 113264 | + }, |
113261 | 113265 | { |
113262 | 113266 | "name": "good first issue", |
113263 | 113267 | "color": "7057ff" |
@@ -115119,7 +115123,11 @@ |
115119 | 115123 | "name": "master" |
115120 | 115124 | }, |
115121 | 115125 | "environments": { |
115122 | | - "nodes": [] |
| 115126 | + "nodes": [ |
| 115127 | + { |
| 115128 | + "name": "github-pages" |
| 115129 | + } |
| 115130 | + ] |
115123 | 115131 | }, |
115124 | 115132 | "branchProtectionRules": { |
115125 | 115133 | "nodes": [ |
@@ -115558,7 +115566,7 @@ |
115558 | 115566 | "login": "w3c" |
115559 | 115567 | }, |
115560 | 115568 | "isArchived": false, |
115561 | | - "homepageUrl": "https://w3c.github.io/threat-model-digital-credentials/", |
| 115569 | + "homepageUrl": "https://w3c.github.io/threat-model-decentralized-credentials/", |
115562 | 115570 | "description": null, |
115563 | 115571 | "isPrivate": false, |
115564 | 115572 | "createdAt": "2025-05-28T17:09:10Z", |
@@ -179937,7 +179945,7 @@ |
179937 | 179945 | "body": "Please find the code of conduct at https://github.com/WebAssembly/meetings/blob/main/CODE_OF_CONDUCT.md.\n" |
179938 | 179946 | }, |
179939 | 179947 | "readme": { |
179940 | | - "text": "# `wasi-testsuite`\n\nThis repository contains tests for WebAssembly System Interface (WASI)\nand a test executor for running WASI tests against a selected\nWebAssembly runtime.\n\nWASI is a modular collection of standardized APIs. Currently, WASI has\nnot reached version 1.0 stability; this repository contains tests for\n[WASI preview\n1](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md)\nand the forthcoming [WASI preview\n3](https://wasi.dev/roadmap).\n\nThis repository does not include tests for other in-progress proposals\nor other experimental APIs, though the test executor can run tests from\nother repositories (e.g., see the [wasi-threads] tests).\n\n[wasi-threads]: https://github.com/WebAssembly/wasi-threads/tree/main/test\n\n## Getting started\n\n1. Clone the repository; use the `prod/testsuite-base` branch as it already includes precompiled\n test binaries (see [branch structure](#branch-structure)):\n\n ```bash\n git clone --branch prod/testsuite-base https://github.com/WebAssembly/wasi-testsuite\n ```\n\n2. Make sure there is already an adapter for the runtime in the [`adapters`](adapters) directory; if\n not, create one (see [the doc](doc/adapters.md) for details).\n\n3. Install `python3` (e.g., on Ubuntu):\n\n ```bash\n sudo apt install python3 python3-pip\n ```\n\n4. Install the test runner dependencies:\n\n ```bash\n python3 -m pip install -r test-runner/requirements.txt\n ```\n\n5. Execute the test suites from this repository:\n\n ```bash\n ./run-tests\n ```\n\nBy default, the test runner will detect available WASI runtimes from\nthose available in [adapters/](adapters/), and will run tests on all\navailable runtimes. Pass `--runtime` to instead use a specific runtime.\n\n```\n./run-tests --runtime adapters/wasmtime.py\n```\n\nRunning tests will invoke the WASI runtime's binary in a subprocess:\n`wasmtime` for `adapters/wasmtime.py`, `iwasm` for\n`adapters/wasm-micro-runtime.py`, and so on. These binaries can be\noverridden by setting corresponding environment variables (`WASMTIME`,\n`IWASM`, etc):\n\n```\nWASMTIME=\"wasmtime --wasm-features all\" ./run-tests\n```\n\nOptionally you can specify test cases to skip with the `--exclude-filter` option.\n\n```bash\n./run-tests --exclude-filter examples/skip.json\n```\n\n## Contributing\n\nWant to add a new test? [There's a doc for that!](doc/writing-tests.md)\n\nTrying to run these tests using some external test harness? [It's possible!](doc/specification.md)\n\nWant to add support for a new WASI runtime? [Yes please!](doc/adapters.md)\n\nJust want to have a look at the tests? [Over here!](tests/)\n\nOtherwise, suggestions and bugs are very welcome, over on the [issue\ntracker](https://github.com/WebAssembly/wasi-testsuite/issues).\n\n## Developer guide\n\nHere is some additional information for developers who need to manage\nthe test runner itself.\n\n### Directory structure\n\n- [`test-runner`](test-runner) - test executor scripts.\n- [`tests`](tests) - source code of WASI tests and build scripts. The folder contains subfolders for all supported languages.\n- [`.github`](.github) - CI workflow definitions.\n- [`doc`](doc) - additional documentation.\n\n### Branch structure\n\nApart from development branches for various features, we identify the following branches as critical (i.e. they won't be removed or force-updated):\n\n- `main` - main branch of the repository. Use this branch for development (e.g. updating test cases, modifying test runner)\n- `prod/testsuite-base` - the branch is an up-to-date fork of the `main` branch but it also includes precompiled binaries. Use this branch for simply running tests and validating WASM runtimes (see [doc](doc/precompiled-binaries.md) for details).\n- `prod/daily-test-results` - the branch contains daily test results for supported WASM runtimes (at the moment, we only execute tests on wasmtime and WAMR). In the future we intend to publish those results to the website to provide users with additional input for selecting the runtime.\n" |
| 179948 | + "text": "# `wasi-testsuite`\n\nThis repository contains tests for WebAssembly System Interface (WASI)\nand a test executor for running WASI tests against a selected\nWebAssembly runtime.\n\nWASI is a modular collection of standardized APIs. Currently, WASI has\nnot reached version 1.0 stability; this repository contains tests for\n[WASI preview\n1](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md)\nand the forthcoming [WASI preview\n3](https://wasi.dev/roadmap).\n\nThis repository does not include tests for other in-progress proposals\nor other experimental APIs, though the test executor can run tests from\nother repositories (e.g., see the [wasi-threads] tests).\n\n[wasi-threads]: https://github.com/WebAssembly/wasi-threads/tree/main/test\n\n## Getting started\n\n1. Clone the repository; use the `prod/testsuite-base` branch as it already includes precompiled\n test binaries (see [branch structure](#branch-structure)):\n\n ```bash\n git clone --branch prod/testsuite-base https://github.com/WebAssembly/wasi-testsuite\n ```\n\n2. Make sure there is already an adapter for the runtime in the [`adapters`](adapters) directory; if\n not, create one (see [the doc](doc/adapters.md) for details).\n\n3. Install `python3` (e.g., on Ubuntu):\n\n ```bash\n sudo apt install python3 python3-pip\n ```\n\n4. Install the test runner dependencies:\n\n ```bash\n python3 -m pip install -r test-runner/requirements.txt\n ```\n\n5. Execute the test suites from this repository:\n\n ```bash\n ./run-tests\n ```\n\nBy default, the test runner will detect available WASI runtimes from\nthose available in [adapters/](adapters/), and will run tests on all\navailable runtimes. Pass `--runtime` to instead use a specific runtime.\n\n```\n./run-tests --runtime adapters/wasmtime.py\n```\n\nRunning tests will invoke the WASI runtime's binary in a subprocess:\n`wasmtime` for `adapters/wasmtime.py`, `iwasm` for\n`adapters/wasm-micro-runtime.py`, and so on. These binaries can be\noverridden by setting corresponding environment variables (`WASMTIME`,\n`IWASM`, etc):\n\n```\nWASMTIME=\"wasmtime --wasm-features all\" ./run-tests\n```\n\nOptionally you can specify test cases to skip with the `--exclude-filter` option.\n\n```bash\n./run-tests --exclude-filter examples/skip.json\n```\n\n## Contributing\n\nWant to add a new test? [There's a doc for that!](doc/writing-tests.md)\n\nTrying to run these tests using some external test harness? [It's possible!](doc/specification.md)\n\nWant to add support for a new WASI runtime? [Yes please!](doc/adapters.md)\n\nJust want to have a look at the tests? [Over here!](tests/)\n\nOtherwise, suggestions and bugs are very welcome, over on the [issue\ntracker](https://github.com/WebAssembly/wasi-testsuite/issues).\n\n## Developer guide\n\nHere is some additional information for developers who need to manage\nthe test runner itself.\n\n### Directory structure\n\n- [`test-runner`](test-runner) - test executor scripts.\n- [`tests`](tests) - source code of WASI tests and build scripts. The folder contains subfolders for all supported languages.\n- [`.github`](.github) - CI workflow definitions.\n- [`doc`](doc) - additional documentation.\n\n### Branch structure\n\nApart from development branches for various features, we identify the following branches as critical (i.e. they won't be removed or force-updated):\n\n- `main` - main branch of the repository. Use this branch for development (e.g. updating test cases, modifying test runner)\n- `prod/testsuite-base` - the branch is an up-to-date fork of the `main` branch but it also includes precompiled binaries. Use this branch for simply running tests and validating WASM runtimes (see [doc](doc/precompiled-binaries.md) for details).\n- `prod/daily-test-results` - the branch contains daily test results for supported WASM runtimes. In the future we intend to publish those results to the website to provide users with additional input for selecting the runtime.\n" |
179941 | 179949 | } |
179942 | 179950 | }, |
179943 | 179951 | { |
@@ -210635,6 +210643,10 @@ |
210635 | 210643 | "name": "wasi-observe", |
210636 | 210644 | "fullName": "WebAssembly/wasi-observe" |
210637 | 210645 | }, |
| 210646 | + { |
| 210647 | + "name": "wasi-otel", |
| 210648 | + "fullName": "WebAssembly/wasi-otel" |
| 210649 | + }, |
210638 | 210650 | { |
210639 | 210651 | "name": "wasi-parallel", |
210640 | 210652 | "fullName": "WebAssembly/wasi-parallel" |
|
0 commit comments