{"id":19807926,"url":"https://github.com/jwygithub/cloudflare-wasm","last_synced_at":"2026-01-28T10:01:55.646Z","repository":{"id":249909901,"uuid":"832902088","full_name":"jwyGithub/cloudflare-wasm","owner":"jwyGithub","description":"Using Wasm in CloudFlare","archived":false,"fork":false,"pushed_at":"2024-10-18T01:57:59.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T13:31:48.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwyGithub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T00:55:16.000Z","updated_at":"2024-10-18T01:58:02.000Z","dependencies_parsed_at":"2024-07-24T04:48:15.154Z","dependency_job_id":"ba45ec25-bfaf-42e9-b577-6f4e22aa2ca5","html_url":"https://github.com/jwyGithub/cloudflare-wasm","commit_stats":null,"previous_names":["jwygithub/cloudflare-wasm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwyGithub/cloudflare-wasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Fcloudflare-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Fcloudflare-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Fcloudflare-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Fcloudflare-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwyGithub","download_url":"https://codeload.github.com/jwyGithub/cloudflare-wasm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Fcloudflare-wasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T09:12:22.112Z","updated_at":"2026-01-28T10:01:55.630Z","avatar_url":"https://github.com/jwyGithub.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloudflare-wasm\n\nUsing Wasm in CloudFlare\n\n## Packages\n\n-   [@jiangweiye/cloudflare-wasm-yaml](#wasm-yaml)\n-   [@jiangweiye/cloudflare-wasm-image](#wasm-image)\n\n### wasm-yaml\n\n使用 wasm 解析 yaml 文件，以及将 yaml 文件转换为 map 对象。\n\n[使用示例](https://github.com/jwyGithub/cloudflare-wasm/tree/main/packages/yaml)\n\n```typescript\nimport { dump, load } from '@jiangweiye/cloudflare-wasm-yaml';\n\nexport default {\n    async fetch(request: Request, env: Env): Promise\u003cResponse\u003e {\n        const data = load('name: Cloudflare Workers\\n');\n        data.set('name', 'Cloudflare Workers');\n\n        const output = dump(data);\n\n        return new Response(output, {\n            headers: { 'content-type': 'text/plain' }\n        });\n    }\n};\n```\n\n### wasm-image\n\n使用 wasm 处理图片，支持图片转换，压缩， 等。\n\n[使用示例](https://github.com/jwyGithub/cloudflare-wasm/tree/main/packages/image)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwygithub%2Fcloudflare-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwygithub%2Fcloudflare-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwygithub%2Fcloudflare-wasm/lists"}