{"id":13430288,"url":"https://github.com/hellerve/cj","last_synced_at":"2025-03-18T07:30:56.750Z","repository":{"id":79626180,"uuid":"161664113","full_name":"hellerve/cj","owner":"hellerve","description":"[WIP] A simple x86 JIT framework for C","archived":false,"fork":false,"pushed_at":"2018-12-14T13:04:23.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T07:54:59.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-12-13T16:15:02.000Z","updated_at":"2024-04-28T16:58:42.000Z","dependencies_parsed_at":"2023-03-08T00:00:15.299Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/cj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fcj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/cj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910715,"owners_count":20367538,"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":"2024-07-31T02:00:51.865Z","updated_at":"2025-03-18T07:30:56.738Z","avatar_url":"https://github.com/hellerve.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# cj\n\n**Nothing much to show for yet.**\n\nA small JIT framework written in C, targeting x86.\n\nThis works already (`ret` and `nop`are in fact the only instructions that work\nas of yet):\n\n```c\n#include \"register.h\"\n#include \"op.h\"\n\nint main() {\n  cj_ctx* cj = create_cj_ctx();\n  cj_nop(cj);\n  cj_ret(cj);\n\n  cj_fn f = create_cj_fn(cj);\n\n  f();\n\n  destroy_cj_fn(cj, f);\n  destroy_cj_ctx(cj);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fcj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fcj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fcj/lists"}