{"id":24992211,"url":"https://github.com/etcdevteam/sputnikvm-ffi","last_synced_at":"2026-02-25T22:04:33.933Z","repository":{"id":57495331,"uuid":"111786640","full_name":"ETCDEVTeam/sputnikvm-ffi","owner":"ETCDEVTeam","description":"C and golang bindings for SputnikVM.","archived":false,"fork":false,"pushed_at":"2018-12-16T21:41:59.000Z","size":1303,"stargazers_count":8,"open_issues_count":3,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-12T02:13:28.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ETCDEVTeam.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":"2017-11-23T09:01:14.000Z","updated_at":"2023-04-14T12:04:23.000Z","dependencies_parsed_at":"2022-09-04T04:21:19.009Z","dependency_job_id":null,"html_url":"https://github.com/ETCDEVTeam/sputnikvm-ffi","commit_stats":null,"previous_names":["ethereumproject/sputnikvm-ffi"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ETCDEVTeam%2Fsputnikvm-ffi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ETCDEVTeam%2Fsputnikvm-ffi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ETCDEVTeam%2Fsputnikvm-ffi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ETCDEVTeam%2Fsputnikvm-ffi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ETCDEVTeam","download_url":"https://codeload.github.com/ETCDEVTeam/sputnikvm-ffi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505925,"owners_count":21115354,"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":[],"created_at":"2025-02-04T13:54:31.741Z","updated_at":"2026-02-25T22:04:33.885Z","avatar_url":"https://github.com/ETCDEVTeam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SputnikVM FFI Bindings\n\nThis repo contains C and Go bindings for the SputnikVM core\nlibrary.\n\n## Usage\n\n### C\n\nIn `c` folder, run `make build`. It will generate an object file\n`libsputnikvm.so`, and you can use the header file `sputnikvm.h` to\ninteract with it. You can find the generated documentation file for\n`sputnikvm.h`\n[here](https://ETCDEVTeam.github.io/sputnikvm-ffi/sputnikvm_8h.html).\n\n### Go\n\n\u003cimg src=\"./go/gopher.png\" width=\"100\" height=\"100\" /\u003e\n\nImport the `sputnikvm` library to your application:\n\n```\nimport \"github.com/ETCDEVTeam/sputnikvm-ffi/go/sputnikvm\"\n```\n\nBuild a static library for the C FFI, which will give you an\n`libsputnikvm.a` file:\n\n```\ncd c\nmake build\n```\n\nWhen building your Go application, pass `CGO_LDFLAGS` to link the C\nlibrary.\n\n```\nCGO_LDFLAGS=\"/path/to/libsputnikvm.a -ldl\" go build .\n```\n\nRefer to\n[GoDoc](https://godoc.org/github.com/ETCDEVTeam/sputnikvm-ffi/go/sputnikvm)\nfor documentation of the Go bindings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcdevteam%2Fsputnikvm-ffi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetcdevteam%2Fsputnikvm-ffi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcdevteam%2Fsputnikvm-ffi/lists"}