{"id":16096145,"url":"https://github.com/gordonsmith/component-model-cpp","last_synced_at":"2025-04-12T11:33:04.336Z","repository":{"id":228510221,"uuid":"771906335","full_name":"GordonSmith/component-model-cpp","owner":"GordonSmith","description":"C++ ABI implementation of the WebAssembly Component Model","archived":false,"fork":false,"pushed_at":"2025-03-25T17:01:17.000Z","size":364,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"trunk","last_synced_at":"2025-03-25T17:47:32.084Z","etag":null,"topics":["wasm","webassembly","wit"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GordonSmith.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-03-14T07:05:37.000Z","updated_at":"2025-03-25T17:01:21.000Z","dependencies_parsed_at":"2024-12-10T03:45:54.105Z","dependency_job_id":"68f851f5-ead8-452c-8bab-d6c4d03f5f6f","html_url":"https://github.com/GordonSmith/component-model-cpp","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"2d0efda8d0c415cf7f4520f76f0be2e7a152aa6d"},"previous_names":["gordonsmith/component-model-cpp"],"tags_count":0,"template":false,"template_full_name":"TheLartians/ModernCppStarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonSmith%2Fcomponent-model-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonSmith%2Fcomponent-model-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonSmith%2Fcomponent-model-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GordonSmith%2Fcomponent-model-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GordonSmith","download_url":"https://codeload.github.com/GordonSmith/component-model-cpp/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560047,"owners_count":21124583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["wasm","webassembly","wit"],"created_at":"2024-10-09T17:11:11.282Z","updated_at":"2025-04-12T11:33:04.313Z","avatar_url":"https://github.com/GordonSmith.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/GordonSmith/component-model-cpp/workflows/MacOS/badge.svg)](https://github.com/GordonSmith/component-model-cpp/actions)\n[![Actions Status](https://github.com/GordonSmith/component-model-cpp/workflows/Windows/badge.svg)](https://github.com/GordonSmith/component-model-cpp/actions)\n[![Actions Status](https://github.com/GordonSmith/component-model-cpp/workflows/Ubuntu/badge.svg)](https://github.com/GordonSmith/component-model-cpp/actions)\n[![codecov](https://codecov.io/gh/GordonSmith/component-model-cpp/graph/badge.svg?token=CORP310T92)](https://codecov.io/gh/GordonSmith/component-model-cpp)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/WebAssembly/WASI/blob/main/WASI.png?raw=true\" height=\"175\" width=\"auto\" /\u003e\n  \u003cimg src=\"https://repository-images.githubusercontent.com/254842585/4dfa7580-7ffb-11ea-99d0-46b8fe2f4170\" height=\"175\" width=\"auto\" /\u003e\n\u003c/p\u003e\n\n# Component Model C++\n\nThis repository contains a C++ ABI implementation of the WebAssembly Component Model.\n\n## Features\n\n### OS\n- [x] Ubuntu 24.04\n- [x] MacOS 13\n- [x] MacOS 14 (Arm)\n- [x] Windows 2019\n- [x] Windows 2022\n\n### Host Data Types\n- [x] Bool\n- [x] S8\n- [x] U8\n- [x] S16\n- [x] U16\n- [x] S32\n- [x] U32\n- [x] S64\n- [x] U64\n- [x] F32\n- [x] F64\n- [x] Char\n- [x] String\n- [x] utf8 String\n- [x] utf16 String\n- [x] latin1+utf16 String\n- [x] List\n- [x] Record\n- [x] Tuple\n- [x] Variant\n- [ ] Enum\n- [ ] Option\n- [ ] Result\n- [x] Flags\n- [ ] Own\n- [ ] Borrow\n\n### Host Functions\n- [x] lower_values\n- [x] lift_values\n\n### Tests\n- [x] ABI\n- [ ] WasmTime\n- [ ] Wamr\n- [ ] WasmEdge\n\n## Usage\n\nTODO\n\n## Related projects\n\n- [**Component Model design and specification**](https://github.com/WebAssembly/component-model): Official Component Model specification.\n- [**wit-bindgen c++ host**](https://github.com/cpetig/wit-bindgen):  C++ host support for the WebAssembly Interface Types (WIT) Bindgen tool.\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#GordonSmith/component-model-cpp\u0026Date\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=GordonSmith/component-model-cpp\u0026type=Date\u0026theme=dark\" /\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=GordonSmith/component-model-cpp\u0026type=Date\" /\u003e\n    \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=GordonSmith/component-model-cpp\u0026type=Date\" /\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgordonsmith%2Fcomponent-model-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgordonsmith%2Fcomponent-model-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgordonsmith%2Fcomponent-model-cpp/lists"}