{"id":32118696,"url":"https://github.com/denoffi/denoffi","last_synced_at":"2026-02-23T04:32:25.444Z","repository":{"id":47736231,"uuid":"353915074","full_name":"denoffi/denoffi","owner":"denoffi","description":"Deno Foreign Function Interface.","archived":false,"fork":false,"pushed_at":"2023-07-17T02:39:10.000Z","size":207,"stargazers_count":38,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T12:25:38.116Z","etag":null,"topics":["deno","ffi"],"latest_commit_sha":null,"homepage":"https://deno.land/x/ffi","language":"TypeScript","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/denoffi.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}},"created_at":"2021-04-02T05:27:31.000Z","updated_at":"2024-01-04T16:56:25.000Z","dependencies_parsed_at":"2022-09-08T04:12:13.456Z","dependency_job_id":null,"html_url":"https://github.com/denoffi/denoffi","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/denoffi/denoffi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoffi%2Fdenoffi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoffi%2Fdenoffi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoffi%2Fdenoffi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoffi%2Fdenoffi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoffi","download_url":"https://codeload.github.com/denoffi/denoffi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoffi%2Fdenoffi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["deno","ffi"],"created_at":"2025-10-20T17:32:20.743Z","updated_at":"2026-02-23T04:32:25.428Z","avatar_url":"https://github.com/denoffi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Foreign Function Interface (WIP \u0026 Need Help)\n\n[![ci](https://github.com/denoffi/denoffi/actions/workflows/ci.yml/badge.svg)](https://github.com/denoffi/denoffi/actions/workflows/ci.yml)\n[![tag](https://img.shields.io/github/release/denoffi/denoffi)](https://github.com/denoffi/denoffi/releases)\n[![license](https://img.shields.io/github/license/denoffi/denoffi)](https://github.com/denoffi/denoffi/blob/main/LICENSE)\n\n**Deno Foreign Function Interface.**\n\n## Example\n\n```ts\nimport * as ffi from \"https://deno.land/x/ffi/mod.ts\";\n\ntype Fn0 = ffi.CFunction\u003c\"int add(int, int)\"\u003e; // { \"add\": { parameters: [\"i32\", \"i32\"]; result: \"i32\" } }\ntype Fn1 = ffi.CFunction\u003c\"long add(long)\"\u003e; // { \"abs\": { parameters: [\"i64\"]; result: \"i64\" } }\ntype Fn2 = ffi.CFunction\u003c\"void hello(int)\"\u003e; // { \"hello\": { parameters: [\"i32\"]; result: \"void\" } }\ntype Fn3 = ffi.CFunction\u003c\"void hello()\"\u003e; // { \"hello\": { parameters: []; result: \"void\" } }\ntype Fn4 = ffi.CFunction\u003c\"void hello(void)\"\u003e; // { \"hello\": { parameters: [\"void\"]; result: \"void\" } }\n```\n\n### License\n\n[denoffi](https://github.com/denoffi/denoffi) is released under the MIT License.\nSee the bundled [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoffi%2Fdenoffi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenoffi%2Fdenoffi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoffi%2Fdenoffi/lists"}