Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 387,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 192027,
"Shell": 76
},
"pushed_at": "2026-07-22T20:03:22Z",
"created_at": "2024-07-26T14:34:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T02:00:02Z",
"description": "A WebAssembly-native Rust stdlib",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://bytecodealliance.org",
"name": "Bytecode Alliance",
"type": "Organization",
"login": "bytecodealliance",
"company": null,
"location": null,
"followers": 2096,
"avatar_url": "https://avatars.githubusercontent.com/u/54038801?v=4",
"created_at": "2019-08-12T17:48:21Z",
"is_verified": null,
"public_repos": 108,
"account_age_days": 2536
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.8",
"kind": "patch",
"published_at": "2026-07-22T20:03:23Z"
},
{
"tag": "v0.6.7",
"kind": "patch",
"published_at": "2026-06-16T18:35:58Z"
},
{
"tag": "v0.6.6",
"kind": "patch",
"published_at": "2026-03-12T17:46:29Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2026-01-16T01:04:28Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-01-06T19:29:20Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2025-11-03T19:39:21Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2025-11-03T18:11:00Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2025-10-23T18:25:25Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-10-23T18:12:41Z"
},
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2025-09-12T22:09:11Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2025-09-11T21:18:23Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2025-08-14T19:51:47Z"
}
],
"recent_commits": [
{
"oid": "b83cf3201c255b01db15e61eafee07a36fd60112",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.8 (#138)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T20:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5457a8e24a5151b2167537b28fbc4268c8463821",
"body": "This behavior might not work on some wasi-http runtimes, since\nrestricted headers are not specified.\n\nIn particular, content-length is a header that is http1 specific - in\nhttp2 and 3 framing is handled differently. But even in http1, its\nmaking a decision about framing that the imported http implem\n[…]\n the time it means that either wstd will always unwrap\non a `forbidden` error here, or the implementation has to silently\nfilter out that header. Neither of those alternatives serve wstd's users\nwell.",
"is_bot": false,
"headline": "http server: don't automatically add a content-length header (#137)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-07-22T17:21:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f287d3f63e33a2e233e9a744acf7a96062138d1b",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.7 (#133)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-16T18:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e6e9119d5b740302981262dbc1f6afe49861a0",
"body": "Its trivial for the library to provide this efficient implementation,\nbut building one out of the `contents` method will be inefficient and\ncost a copy.\n\nSince the Body constructors includes From<Bytes>, this makes a\ncorresponding accessor.",
"is_bot": false,
"headline": "http::Body: add bytes_contents, like contents but gives Bytes (#132)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-06-16T18:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f93a8cf517141cfcf2aed5c3efd9a17b3d4b334b",
"body": "http/body: fix 'recieved' -> 'received' in doc comment",
"is_bot": false,
"headline": "Merge pull request #130 from SAY-5/fix-body-recieved-typo",
"author_name": "Yosh",
"author_login": "yoshuawuyts",
"committed_at": "2026-04-19T14:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93629bd4ca8a4d420a3beb7ba045dc33a03570a",
"body": "Doc comment in src/http/body.rs line 176 read 'recieved in the incoming request'. Fixed to 'received'. Comment-only change.\n\nSigned-off-by: SAY-5 <SAY-5@users.noreply.github.com>",
"is_bot": false,
"headline": "http/body: fix 'recieved' -> 'received' in doc comment",
"author_name": "SAY-5",
"author_login": "SAY-5",
"committed_at": "2026-04-16T04:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a64d08444245bc74efd5599cf04eec9377e1a408",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.6 (#126)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-12T17:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b509900a3c86c8d114f9abe891c99df01fe5ca",
"body": null,
"is_bot": false,
"headline": "publish script: dont modify the contents of wstd-aws-example (#125)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-03-12T17:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7517dccf2cc1767a4b0484366ae45ce0148cccd8",
"body": "…y (#122)",
"is_bot": false,
"headline": "no more wstd-aws crate: instead example shows upstreamed functionalit…",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-03-12T17:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea316a42041ee14bcd9d88d3a0922ab9f54bcd9",
"body": "clippy lint in Instant::duration_since",
"is_bot": false,
"headline": "Merge pull request #123 from bytecodealliance/pch/latest_rust_lint",
"author_name": "Chris Fallin",
"author_login": "cfallin",
"committed_at": "2026-03-10T22:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2a4b21033302d938f9fd0e436ae43d71ee6637",
"body": "Fixes a new CI error in Rust 1.94:\n\nerror: manual saturating arithmetic\n --> src/time/instant.rs:33:30\n |\n33 | Duration::from_nanos(self.0.checked_sub(earlier.0).unwrap_or_default())\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `\n[…]\ntml#manual_saturating_arithmetic\n = note: `-D clippy::manual-saturating-arithmetic` implied by `-D warnings`\n = help: to override `-D warnings` add `#[allow(clippy::manual_saturating_arithmetic)]`",
"is_bot": false,
"headline": "clippy lint in Instant::duration_since",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-03-10T21:53:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "529fc0d1ff17acbe8ee07e74ee4eafdffa72fdaf",
"body": "* Allow catching `ErrorCode` from `outgoing_handler::handle`\n\n* Test `ErrorCode` handling\n\n* Reformat test file",
"is_bot": false,
"headline": "Allow handling `ErrorCode` from `outgoing_handler::handle` (#121)",
"author_name": "Tomáš Olvecký",
"author_login": "tomasol",
"committed_at": "2026-02-18T19:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b979640761f694de17370f5165672f680916f6b",
"body": null,
"is_bot": false,
"headline": "wstd::time::SystemTime can be converted to std::time::SystemTime (#120)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-01-28T15:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21434fa73fc98145771d825c53d50a5b7e246ff8",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.5 (#119)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-16T01:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67939b3f453f4575085e68d310561c2162904b9a",
"body": "* back msrv off to 1.88\n\n* ci: matrix build on msrv, stable, nightly\n\n* ci: no need to matrix on host os\n\nthis is entirely cross-compiled. Duplicating testing on multiple OSs\ntakes a bunch of time and is what the wasmtime project is supposed to do\nso we don't have to. If we regret this later its not hard to re-enable,\nbut for now it doesn't seem warranted\n\n* install-rust action: fix msrv sed\n\n* test programs: compat with 1.88",
"is_bot": false,
"headline": "Relax project msrv; CI test on msrv, stable, and nightly (#118)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-01-16T00:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2396bc976fdf1ca93fe85cf72a03a2bdfbd52f9e",
"body": null,
"is_bot": false,
"headline": "NFC: simplify internals of http::response::try_from_incoming (#115)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-01-15T23:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a18ffc3a21ac35d2871ef595fb451eaeb491dee0",
"body": "passing the error out to the host via responder.fail is all thats needed\nhere - the host is responsible for reporting that error, so theres no\nneed for the guest to panic afterwards.\n\nSo, Responder::fail no longer needs a return value, and the macro no\nlonger needs to unwrap it",
"is_bot": false,
"headline": "wstd::http_server: don't panic after setting responder.fail (#117)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-01-15T23:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ccea68360243c99d423334edc7abc0dd7bf894",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.4 (#116)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-06T19:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5827af3e9477c85c9c38b7cbc2655cc2077c67a",
"body": null,
"is_bot": false,
"headline": "Preserve test attributes on generated wrapper function (#112)",
"author_name": "Tomáš Olvecký",
"author_login": "tomasol",
"committed_at": "2026-01-06T18:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2b22299543a94cf0c5448a6ef01a4115429713",
"body": "Factor out `spawn` into an unsafe helper `spawn_unchecked` where\n`block_on` can allow a non-static future and output to execute because\ndataflow ensures the Task does not outlive the future.\n\nFixes #107",
"is_bot": false,
"headline": "Remove 'static constraint from block_on (#108)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-01-06T00:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a93985da953e9e73c60747ac2f4ef33fb30c7eeb",
"body": "when cargo is able to select the latest compatible wass-sdk-s3 1.119.0,\nit selects aws-smithy-checksums 0.63.12, and in turn selects crc-fast\n1.6.0, which runs into a bug in wasm-ld.\n\nUntil the bug in wasm-ld or crc-fast is fixed, this makes it possible\nfor wstd ci to pass.",
"is_bot": false,
"headline": "wstd-aws: paper over build failures by pinning crc-fast to 1.3.0 (#114)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2026-01-06T00:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c14d5a660b214a2e41ef1dc6381e8af820fd23a",
"body": "* Add a http server proxy example\n\n* Propagate the `Client.finish` error to the proxy server's response\n\n* Add a simplified reverse proxy example\n\n* Fix a typo\n\n* wip: Partially the proxy example to `wstd`\n\n* Finish the streaming proxy example\n\n* Simplify the response creation\n\n* Skip copying request/response body contents through guest memory\n\n* Add `http_server_proxy` test",
"is_bot": false,
"headline": "Add a http server proxy example (#66)",
"author_name": "Tomáš Olvecký",
"author_login": "tomasol",
"committed_at": "2025-11-04T18:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e836a9c51278fbaae026b7f779736e6f8e615d98",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.3 (#106)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-03T19:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718aa74a68cf1194d9d174564d8ce83099fa5466",
"body": null,
"is_bot": false,
"headline": "wstd-aws: fix missing description in package metadata",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-11-03T18:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "559a1d48efab25abfedb856b6e0de1fd73285156",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.2 (#105)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-03T18:10:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1fd6386f784a89cfc558cd7054adb7518aab28",
"body": "* wstd::http::client: derive Clone\n\n* add wstd-aws crate, for using the aws sdk on top of wstd\n\n* wstd-sdk: add s3 bucket listing and fetch as an example\n\nderived from https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/rustv1/examples/s3/src/bin/s3-helloworld.rs#L35\n\n* ci: assume wstd-aws-ci-\n[…]\n clean up output\n\n* need to debug ci\n\n* does action put them into the env properly??\n\n* remove debugging, add comments, ci can skip aws if auth fails\n\n* readmes\n\n* typo\n\n* comments runner capabilities",
"is_bot": false,
"headline": "add wstd-aws crate, for integration with aws-sdk (#102)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-11-03T17:57:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8ee5e5b133dcaf9ea84ccd33dfc5bb6bfe2d549",
"body": null,
"is_bot": false,
"headline": "add integration tests for `TcpStream::connect` (#99)",
"author_name": "metent",
"author_login": "metent",
"committed_at": "2025-10-24T16:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb6fd09c890c27d6a1942524dd45b155c88f3f5",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.1 (#101)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-23T18:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1687b22b65ca22fad7e5b7fa89e192a403d2855",
"body": null,
"is_bot": false,
"headline": "delete unneeded dep",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-10-23T18:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53823dcaedb0a8df297ab871792bd7fa069a41f1",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.6.0 (#100)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-23T18:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc9f0543765fe2c0467c87de42fc62271856f70",
"body": "* add wstd-axum, for http servers written using the axum framework\n\n* flatten unnecessary test-programs/artifacts crate into test-programs\n\nand add test for axum hello world.\n\nrather than need separate test-programs to build the bins, just build\nthe examples. (I have no idea why I didn't do this in \n[…]\ne macro\n\n* add my own weather example for axum\n\n* add test for axum weather example. upgrade all tests to ureq 3\n\n* file locking is in std if we lie about msrv policy for 7 days\n\n* clippy for new msrv",
"is_bot": false,
"headline": "add wstd-axum crate (#97)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-10-23T18:04:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dab8e471265c7fcc63b42ceb191ef420021f237a",
"body": "* implement bodies using http_body::Body\n\n* erase the Incoming type\n\nit only needs to be an internal implementation detail\n\n* complete has trailers too\n\n* switch up constructors\n\n* docs, fixes, minor tweaks\n\n* http server: more complex streaming example\n\n* add methods for stream splice, write_all th\n[…]\nst that the Body::send and\nhttp::Client::send futures are Send.\n\n* rename forward to copy_to (code review yosh)\n\n* remove all added async_trait stuff (unnecessary, and i dont want it)\n\n* no you cannot",
"is_bot": false,
"headline": "use http_body::Body (#92)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-10-23T17:48:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27a9d59342afbd7877598e96a2f82c6ca41f57f5",
"body": null,
"is_bot": false,
"headline": "add `TcpStream::connect` (#96)",
"author_name": "metent",
"author_login": "metent",
"committed_at": "2025-10-21T17:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b1426501e673784afd5404c433aa7efe74e352",
"body": "* add some futures_core::stream::Stream impls for AsyncInputStream\n\n* fix: AsyncInputStream::ready needs to poll the same WaitFor\n\nand also make AsyncInputStream Send and Sync by switching the internal\nOnceCell to OnceLock.\n\n* no you cant, and its a fundamental misunderstanding to ask that q",
"is_bot": false,
"headline": "add some futures_core::stream::Stream impls for AsyncInputStream (#80)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-10-09T23:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb761648c55d55bb661523fdad4ed543a9bf5b8",
"body": null,
"is_bot": false,
"headline": "move wasip2 re-export under `pub mod __internal` (#91)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-10-09T19:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431d4443cad03574e28d2faa0d28fe918fe8a901",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.5.6 (#90)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-09-12T22:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6422f120b6a2428aa70c4be3c21a465960cc2dc6",
"body": null,
"is_bot": false,
"headline": "switch from using `wasi` crate to `wasip2` (#89)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-09-12T21:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdfc7a9ea9b7f35f5b61bd96b3103dff2a52fe06",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.5.5 (#88)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-09-11T21:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8158a83311a7d9d9c7e06b0550f382158492d0dd",
"body": "* chore: drop dep on futures-core, ready! macro is in std\n\n* feat: event loop is now based on async-task\n\n* feat: tcp-echo-server uses tasks, test runner uses wasmtime cli, tcp-listener supports v6\n\nThe tcp-echo-server example has been rewritten to spawn the echo part of\neach accept into a task, whi\n[…]\ng address from the guest to host, and parse it out in the host\n(see get_listening_address)\n\n* README: no longer 100% safe rust\n\n* switch to #![deny(unsafe_code)] at lib level\n\n* refactor block on loop",
"is_bot": false,
"headline": "add tasks to runtime (#86)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-09-11T17:57:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6086b6ffbc2ad3c37a120d1d702e59616193ce0",
"body": null,
"is_bot": false,
"headline": "chore(deps): update cargo_metadata (#87)",
"author_name": "bill fumerola",
"author_login": "billf",
"committed_at": "2025-09-05T23:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d6521e44073c06961688facef008adca3138fbf",
"body": "which should ensure it never rolls over\n\nCo-authored-by: Yoshua Wuyts <github@yosh.is>",
"is_bot": false,
"headline": "Waitee: unique upgraded from usize to u64 (#84)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-28T18:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5066a2500333fe8a5db6b02344b965baa8d5079d",
"body": "cargo metadata: update repository to bytecodealliance/wstd",
"is_bot": false,
"headline": "Merge pull request #83 from bytecodealliance/pch/cargo_metadata_repo",
"author_name": "Yosh",
"author_login": "yoshuawuyts",
"committed_at": "2025-08-28T17:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8af975179b4600546cb681ce5739a1628106f6",
"body": null,
"is_bot": false,
"headline": "cargo metadata: update repository to bytecodealliance/wstd",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-14T19:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc44e3e97e71881c0e04472613c3a5057736d7f4",
"body": "[automatically-tag-and-release-this-commit]\n\nCo-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>",
"is_bot": true,
"headline": "Release wstd 0.5.4 (#82)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-14T19:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aca5b3ca4009ce71fc7a508bc2ca2decdc6c4ec",
"body": "* Cargo: set rust-version following wasmtime's policy of stable minus two\n\n* switch to install-rust action used in wasm-tools etc\n\n* add publish.rs and verify-publish ci job\n\n* add release-process publish workflows\n\ncopied from wit-bindgen, except got rid of publishing the dist files,\nsince we arent distributing any binaries as part of this release process\n\n* fix comment\n\n* use trusted publishing workflow\n\nadapted from https://github.com/bytecodealliance/wit-bindgen/pull/1350\n\n* fix typos",
"is_bot": false,
"headline": "add release automation (#81)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-14T19:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf72beee50083338824ffecd1314ec247cfee9a",
"body": "nonblocking check of pollables when reactor is busy",
"is_bot": false,
"headline": "Merge pull request #78 from bytecodealliance/pch/fix_73",
"author_name": "Yosh",
"author_login": "yoshuawuyts",
"committed_at": "2025-08-14T14:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d97a2235a905fc675065e62e755752e78c2bfc",
"body": "in the nonblocking case, we can skip work. in the blocking case, we need\nto panic. In the absence of a panic, either the debug assert in\nblock_on_pollables will go off, or the wasi poll() will trap.",
"is_bot": false,
"headline": "factor out check for nonempty pending pollables",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-11T19:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83667bed0e7e279995a3ef885f531acce01ea6b3",
"body": "sharing most of the implementation with block_on_pollables",
"is_bot": false,
"headline": "reactor: add a nonblock_check_pollables variant to use when busy",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-11T18:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d415331bd77b32be196176d3b88c929f6f49d545",
"body": "as provided by @SilverMira in #70, and tracked in #73\n\nCo-authored-by: SilverMira <66930495+SilverMira@users.noreply.github.com>",
"is_bot": false,
"headline": "add failing test for cooperative concurrency",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-11T18:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383902ab63ff30c6ba411ab85f0d75ea444945b6",
"body": "CI: fix rust-toolchain.toml and doctests",
"is_bot": false,
"headline": "Merge pull request #79 from bytecodealliance/pch/fix_toolchain_doctests",
"author_name": "Yosh",
"author_login": "yoshuawuyts",
"committed_at": "2025-08-11T17:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd18eb9523c484df84fb46756eb2c101f65377c1",
"body": null,
"is_bot": false,
"headline": "docs: fixes for doctests as of rust 1.89",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-08T17:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e31386a5ef894c6d6e08dd92aa71d805ac35ebfe",
"body": null,
"is_bot": false,
"headline": "toolchain: use stable, dont pin to 1.82",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-08-08T17:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab1d6ecd955a60517dca9446a4d92c17c66d6df",
"body": "* center bca project declaration\n* clarify this is for Rust\n* urls point to bytecodealliance, fix CONTRIBUTING link\n* contribution now assigns single license, not dual",
"is_bot": false,
"headline": "readme, contributing: tweaks (#76)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-07-29T16:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b113923312df0dc570a30b02fdf6fa724a89eb0",
"body": "Using an unqualified `#[test]` in the generated code could lead to\nmacro hygiene problems...",
"is_bot": false,
"headline": "Fix `#[wstd::test]` macro hygiene (#75)",
"author_name": "Teoh Han Hui",
"author_login": "teohhanhui",
"committed_at": "2025-07-29T15:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3562ccf9ef6c1c6e27f55658a5a99f7f26f45042",
"body": "…org (#72)\n\n* add CODE_OF_CONDUCT and CONTRIBUTING guides\n\nCoC is directly from wasmtime.\nContributing suggests zulip, and the bug tracker\n\n* README: add Bytecode Alliance project declaration\n\n* add clippy to CI\n\n* add ADOPTERS.md\n\n* reduce licenses offered to just Apache-2.0 WITH LLVM-exception",
"is_bot": false,
"headline": "Prepare to transfer this repository to the `bytecodealliance` github …",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-07-21T16:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90bb588c4f10030e2ac6fcdb13860d7da1a62b8d",
"body": "* Add a new test that uses futures that do not pend on wasi pollables\n\nThis test demonstrates behavior for a future which does not pend on a\npollable, but does wake the root task when pending. As long as the\nroot task has had wake() called, the runtime should keep polling it.\n\nThis bug was reported \n[…]\n awake\n\n* CI: run cargo test with --nocapture so i can see the assertion that failed\n\n* fix windows CI\n\n* comment!\n\n---------\n\nCo-authored-by: SilverMira <66930495+SilverMira@users.noreply.github.com>",
"is_bot": false,
"headline": "Allow non-pollable woken futures to make progress (#71)",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-07-03T17:14:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "221869279941d045f4e922bb36ee349ffed891ab",
"body": "* enable docs attribute\n\n* set version 0.5.3\n\n* added docs config to Cargo.toml\n\n* removed rustdoc-args from Cargo.toml\n\n* revised attribute\n\n* Revert \"revised attribute\"\n\nThis reverts commit 041d4021b0c9ef65cbac6344fc948a662dbf27a6.\n\n* revised",
"is_bot": false,
"headline": "Fix docs.rs build (#65)",
"author_name": "Calvin Prewitt",
"author_login": "calvinrp",
"committed_at": "2025-02-19T18:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416d74bbbac6dea3d47381f971c46d6f63ca4f5e",
"body": "bump versions to 0.5.2",
"is_bot": false,
"headline": "Merge pull request #64 from yoshuawuyts/pch/release_0_5_2",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-02-19T12:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d20d79c1fceb5915a887784468be49e645cb13",
"body": null,
"is_bot": false,
"headline": "bump versions to 0.5.2",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-02-18T23:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f3a273c9b556cb176bf453cbf7c38a3a61fff50",
"body": "adding `.json()` method for better ergonomics similar to `reqwest` crate",
"is_bot": false,
"headline": "Merge pull request #63 from calvinrp/opt-feat-serde-json",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-02-18T16:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b674c1efaf2cca5c8f77a5671d8323c3051d9889",
"body": null,
"is_bot": false,
"headline": "adding `.json()` method for better ergonomics similar to `reqwest` crate",
"author_name": "Calvin Prewitt",
"author_login": "calvinrp",
"committed_at": "2025-02-17T19:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecae9a5105f7d47e79379d84bab2dacb1dda2576",
"body": "add docs to the AsyncInputStream and AsyncOutputStream types",
"is_bot": false,
"headline": "Merge pull request #62 from yoshuawuyts/pch/stream-docs",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-02-10T18:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb47c1cc86a3ee5ffdf3cf4531b4cf16641aba0",
"body": null,
"is_bot": false,
"headline": "add docs to the AsyncInputStream and AsyncOutputStream types",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-02-10T17:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95bbcd65ff08f853b5454c3a011e50f5ff610178",
"body": "Release 0.5.1",
"is_bot": false,
"headline": "Merge pull request #61 from yoshuawuyts/pch/release_0_5_1",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-28T18:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7938e88e874d85d6f03f6f2e666ae70d14d37423",
"body": "the wstd-macro package doesn't need to be bumped, but we are versioning\nthe workspace and its got an = constraint, so its harmless enough to\nrelease both",
"is_bot": false,
"headline": "set versions to 0.5.1",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-28T18:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "211a8c205f425a926b294ae66298cbd6351b856f",
"body": "AsyncInputStream: if input-stream.read returns empty, try again.",
"is_bot": false,
"headline": "Merge pull request #60 from yoshuawuyts/pch/input_stream_ready_retry",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-28T06:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3981ca633f4edcc085e3b9aa2e92be15553b44d8",
"body": null,
"is_bot": false,
"headline": "AsyncInputStream: if input-stream.read returns empty, try again.",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-25T19:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44737ce697c848d3ed5c9f0fef438c849b6b435",
"body": "Fix broken links in documentation comments.",
"is_bot": false,
"headline": "Merge pull request #58 from sunfishcode/sunfishcode/fix-docs",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-16T22:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9100942166852c707e344da278c8a548153101",
"body": "Fix a few clippy lints.",
"is_bot": false,
"headline": "Merge pull request #59 from sunfishcode/sunfishcode/clippy",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-16T22:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821b29ceef5a0354e0fbf4f6f03ac12510a87dc1",
"body": "I'm especially fond of replacing `RefCell<Option<T>>` with `OnceCell<T>`.",
"is_bot": false,
"headline": "Fix a few clippy lints.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-16T17:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f12e2d2c02feb5bf2d692b86d501fe38f36b8e0",
"body": null,
"is_bot": false,
"headline": "Add more documentation about `Client::start_request`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-16T16:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0402ceddfce23971baeb5a8f9c24bd8564950e43",
"body": "Fix broken links and other documentation-comment warnings.",
"is_bot": false,
"headline": "Fix broken links in documentation comments.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-16T11:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4a8ea0852d0ef1c3a40be350b113bef509b611",
"body": "Release 0.5.0",
"is_bot": false,
"headline": "Merge pull request #57 from yoshuawuyts/pch/release_0.5",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-15T19:15:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ef1a8952fe07d0b382f2d5cbcafe8d4adea3d4",
"body": null,
"is_bot": false,
"headline": "bump package versions to 0.5.0",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-15T19:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da8d2995c3d652a8d3ad6c2942f93151bc80fe0c",
"body": "HTTP streaming client, and trailer support",
"is_bot": false,
"headline": "Merge pull request #34 from sunfishcode/sunfishcode/proxy",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-15T18:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8a10e433989a758a71508ccfcf9ca615aee505e",
"body": "Co-authored-by: Pat Hickey <pat@moreproductive.org>",
"is_bot": false,
"headline": "Update src/http/client.rs",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T18:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98fcdbe4e01ac6836978787c405880f89c714831",
"body": null,
"is_bot": false,
"headline": "Add myself to `authors`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T18:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904bf4416d85c2acb67c3a5f7448816b31cbf0ea",
"body": null,
"is_bot": false,
"headline": "Simplify.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T18:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49709b5ccfadb96adbf8f84b1d4137969696c4e4",
"body": null,
"is_bot": false,
"headline": "Use `pin_project`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T18:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4cf15948b19beeb42750f25979bc89f57be0fcd",
"body": null,
"is_bot": false,
"headline": "Switch from `FutureIncomingResponse` to `impl Future`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2476d8f737ddc5247ea92f5e26b7a69f201394",
"body": null,
"is_bot": false,
"headline": "Add a somewhat more complex HTTP client.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da851d50dd837bb197db3fbe84edb7c17ea3575",
"body": null,
"is_bot": false,
"headline": "Add an HTTP client example.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a49c9dcadf52718f6726d25f2900d1e72f7d9c11",
"body": null,
"is_bot": false,
"headline": "Add a `StreamedBody` utility.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0d2efe25deab93b9ca1d88d2dc9d13a67c2c7a",
"body": "…ies.",
"is_bot": false,
"headline": "Add a `start_request` function for requests with streaming output bod…",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf36c89d45a47b5d81c53d688743723a746b36e4",
"body": "Re-export http::request::Builder.",
"is_bot": false,
"headline": "Merge pull request #56 from sunfishcode/sunfishcode/builder",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf692a9436f851fc7df72a5d97f3e8263423bbd",
"body": "Re-export http::request::Builder and http::response::Builder. To do\nthis, make the `request` and `response` modules public.",
"is_bot": false,
"headline": "Re-export http::request::Builder.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-15T17:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d6ca984a7d0beb9e3f722cf93d5f3f04a59a9d",
"body": "Reinstate `#![forbid(unsafe_code)]`.",
"is_bot": false,
"headline": "Merge pull request #55 from sunfishcode/sunfishcode/unsafe",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-14T22:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e152197b9b9e75020d32e0135dc324bbfcc10339",
"body": "Add the Apache 2.0 WITH LLVM-exception\" license.",
"is_bot": false,
"headline": "Merge pull request #54 from sunfishcode/sunfishcode/license",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-14T22:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b0dec799a52cf052312f605884d2b9eb7860d36",
"body": "The README.md advertises that this crate uses `deny(unsafe_code)`;\nchange this to say `forbid(unsafe_code)` assuming this is what was\nintended, and reinstate the `#![forbid(unsafe_code)]`.\n\nTo do this, eliminate an `unsafe` block for creating a noop waker.\nThis requires doing an extra heap allocation for now, though that\nwill go away when `task::Waker::noop` is stabilized.",
"is_bot": false,
"headline": "Reinstate `#![forbid(unsafe_code)]`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-14T21:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220773159b7f4fd61ebe496dc84d78e91367f28c",
"body": "The Cargo.toml `license` metadata is\n```toml\nlicense = \"MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception\"\n```\nhowever the respository is missing the Apache-2.0 WITH LLVM-exception\nlicense text. This PR adds the license text.",
"is_bot": false,
"headline": "Add the Apache 2.0 WITH LLVM-exception\" license.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-14T21:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049540daa70e1ecd9eb4c1271b05a5b297142962",
"body": "Fully encapsulate the underlying WASI types in wstd::time.",
"is_bot": false,
"headline": "Merge pull request #53 from sunfishcode/sunfishcode/deref",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-14T18:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c870f735fcb884c371fdc05abe71f31e229740",
"body": "Remove the `Deref`/`DerefMut` implementations from\n`wstd::time::Instant` and `wstd::time::Duration`. They dereferenced to\nthe raw WASI `monotonic_clock` types, which exposed the raw WASI types\nin the public API.",
"is_bot": false,
"headline": "Fully encapsulate the underlying WASI types in wstd::time.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-14T15:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f28d2db1dccf5282b36034f2bd1a45b97b63c1",
"body": "Implement an HTTP server framework.",
"is_bot": false,
"headline": "Merge pull request #52 from sunfishcode/sunfishcode/http-server",
"author_name": "Pat Hickey",
"author_login": "pchickey",
"committed_at": "2025-01-13T22:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1955b679ff78c31ed1bbdb83f345142b66d0ff",
"body": null,
"is_bot": false,
"headline": "Update a comment to name the correct macro.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T17:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7142798761908900418d65d731d92453e0792c6f",
"body": null,
"is_bot": false,
"headline": "Fix some clippy lints.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T15:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eebc836810dd101bbe23223e0c1f130b190a6c2",
"body": "The client can bubble this into a `wstd::http::Error`. The server\ncurrently just does `.expect`, but at least now, if we want it to\ndo something different, it's more clear what the options are.",
"is_bot": false,
"headline": "Make `header_map_to_wasi` bubble up its error.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T15:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44c1cab69a09f1749d4a7edd58e073a6fb81472",
"body": null,
"is_bot": false,
"headline": "If a server has an I/O error writing the body, panic.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T15:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af6d5848b4fbecf5fcbf5c172142c660deefa62",
"body": null,
"is_bot": false,
"headline": "Fix unit conversions in `Duration::as_micros` and `as_millis`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T15:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bf107bceea15a20b6edf367d0e5acf7b15837b8",
"body": null,
"is_bot": false,
"headline": "Fix units in `Instant::duration_since`.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T15:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "907e883f5c0a93a4b73625cfe789b1dfd6f5fe68",
"body": null,
"is_bot": false,
"headline": "Delete `InvalidHeader`, which was unused.",
"author_name": "Dan Gohman",
"author_login": "sunfishcode",
"committed_at": "2025-01-13T15:16:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 54,
"latest_release_at": "2026-07-22T20:03:23Z",
"latest_release_tag": "v0.6.8",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": 0,
"mean_days_between_releases": 34.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "wstd",
"exists": true,
"license": "Apache-2.0 WITH LLVM-exception",
"keywords": [
"async",
"stdlib",
"webassembly",
"components",
"asynchronous",
"wasm"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/wstd",
"is_deprecated": false,
"latest_version": "0.6.8",
"repository_url": "https://github.com/bytecodealliance/wstd",
"versions_count": 21,
"total_downloads": 3767150,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 120727,
"first_published_at": "2024-07-26T14:08:37.034147Z",
"latest_published_at": "2026-07-22T20:03:29.378113Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "wstd-axum",
"exists": true,
"license": "Apache-2.0 WITH LLVM-exception",
"keywords": [
"async",
"stdlib",
"webassembly",
"components",
"asynchronous",
"wasm"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/wstd-axum",
"is_deprecated": false,
"latest_version": "0.6.8",
"repository_url": "https://github.com/bytecodealliance/wstd",
"versions_count": 9,
"total_downloads": 3412,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 702,
"first_published_at": "2025-10-17T18:36:27.473245Z",
"latest_published_at": "2026-07-22T20:03:34.043541Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "wstd-macro",
"exists": true,
"license": "Apache-2.0 WITH LLVM-exception",
"keywords": [
"async",
"stdlib",
"webassembly",
"components",
"asynchronous",
"wasm"
],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/wstd-macro",
"is_deprecated": false,
"latest_version": "0.6.8",
"repository_url": null,
"versions_count": 18,
"total_downloads": 3761768,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 120784,
"first_published_at": "2024-11-26T18:00:55.643129Z",
"latest_published_at": "2026-07-22T20:03:26.808965Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 19,
"stars": 128,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-07-29",
"count": 2
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 19
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"aws-example/Cargo.toml",
"axum/Cargo.toml",
"axum/macro/Cargo.toml",
"macro/Cargo.toml",
"test-programs/Cargo.toml"
],
"largest_source_bytes": 23339,
"source_files_sampled": 68,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"aws-example/Cargo.toml",
"axum/Cargo.toml",
"macro/Cargo.toml",
"test-programs/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-task",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bytes",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures-lite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "http-body-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "http-body",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "http",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "itoa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "pin-project-lite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "slab",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "wasip2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "wstd-macro",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "aws-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "clap",
"manifest": "aws-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5"
},
{
"name": "aws-config",
"manifest": "aws-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8.15"
},
{
"name": "aws-sdk-s3",
"manifest": "aws-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.125.0"
},
{
"name": "aws-smithy-wasm",
"manifest": "aws-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.10"
},
{
"name": "wstd",
"manifest": "aws-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6.5"
},
{
"name": "axum",
"manifest": "axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tower-service",
"manifest": "axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "wstd",
"manifest": "axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "wstd-axum-macro",
"manifest": "axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "syn",
"manifest": "macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "quote",
"manifest": "macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fs2",
"manifest": "test-programs/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "aws-config",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "aws-sdk-s3",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "aws-smithy-wasm",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "fs2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "wstd",
"direct": true,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 7,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 88,
"open_issues": 9,
"closed_ratio": 0.719,
"closed_issues": 23,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "pchickey",
"commits": 142,
"avatar_url": "https://avatars.githubusercontent.com/u/118618?v=4"
},
{
"type": "User",
"login": "sunfishcode",
"commits": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/4503403?v=4"
},
{
"type": "User",
"login": "yoshuawuyts",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/2467194?v=4"
},
{
"type": "User",
"login": "tomasol",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/492226?v=4"
},
{
"type": "User",
"login": "metent",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/90848000?v=4"
},
{
"type": "User",
"login": "calvinrp",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/640842?v=4"
},
{
"type": "User",
"login": "cfallin",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/216148?v=4"
},
{
"type": "User",
"login": "olanod",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1329925?v=4"
},
{
"type": "User",
"login": "duffney",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8146181?v=4"
},
{
"type": "User",
"login": "SAY-5",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/240962040?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.594
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"publish.yml",
"release-process.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "26 out of 26 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 16/19 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b83cf3201c255b01db15e61eafee07a36fd60112",
"ran_at": "2026-07-23T15:07:25Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T20:03:38Z",
"oldest_open_prs": [
{
"number": 129,
"created_at": "2026-04-13T11:17:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2026-07-03T14:15:26Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T20:03:12Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 38,
"created_at": "2024-12-28T20:55:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2025-05-29T16:30:23Z",
"last_comment_at": "2025-09-24T15:36:15Z",
"last_comment_author": "pchickey"
},
{
"number": 93,
"created_at": "2025-09-22T09:51:54Z",
"last_comment_at": "2025-09-24T15:34:09Z",
"last_comment_author": "pchickey"
},
{
"number": 95,
"created_at": "2025-09-24T15:37:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 98,
"created_at": "2025-10-21T17:20:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 103,
"created_at": "2025-10-24T22:20:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2025-10-31T16:20:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2025-12-11T23:51:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2026-07-09T07:11:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bytecodealliance/wstd",
"host": "github.com",
"name": "wstd",
"owner": "bytecodealliance"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 48,
"vitality": 81,
"community": 72,
"governance": 72,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 54,
"human_commit_share": 0.88,
"days_since_last_push": 0,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "54 commits in the last year",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 54
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.6.8",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 34.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~34.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 34.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 19,
"stars": 128,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "128 stars",
"points": 34.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 128
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "19 forks",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 19
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 90,
"inputs": {
"packages": [
"wstd",
"wstd-axum",
"wstd-macro"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 7532330,
"monthly_downloads": 242213
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "242,213 downloads/month across crates",
"points": 71.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 242213,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.594
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 59% of commits",
"points": 9.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 59
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 88,
"open_issues": 9,
"closed_issues": 23,
"issue_closed_ratio": 0.719,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "88/104 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 88,
"decided": 104
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 16/19 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"followers": 2096,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "bytecodealliance",
"public_repos": 108,
"account_age_days": 2536
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2,096 followers of bytecodealliance",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2096,
"login": "bytecodealliance"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "108 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 108
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"wstd",
"wstd-axum",
"wstd-macro"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "26 out of 26 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "26 out of 26 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 16/19 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.693,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "61 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 37,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"aws-example/Cargo.toml",
"axum/Cargo.toml",
"axum/macro/Cargo.toml",
"macro/Cargo.toml",
"test-programs/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, aws-example/Cargo.toml, axum/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, aws-example/Cargo.toml, axum/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 23339,
"source_files_sampled": 68,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/68 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 68,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'wstd-aws-example' from its registry",
"Could not fetch crates package 'test-programs' from its registry",
"deps.dev does not index crates:wstd@0.6.8; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-23T15:07:49.533420Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bytecodealliance/wstd.svg",
"full_name": "bytecodealliance/wstd",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}