{"id":15099805,"url":"https://github.com/sharktheone/yeeeeem","last_synced_at":"2026-02-14T10:02:33.929Z","repository":{"id":252991812,"uuid":"842117136","full_name":"Sharktheone/yeeeeem","owner":"Sharktheone","description":"A toy JVM","archived":false,"fork":false,"pushed_at":"2024-09-10T22:23:21.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T00:38:24.099Z","etag":null,"topics":["java","jvm","jvm-bytecode","vm","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/Sharktheone.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":"2024-08-13T17:49:24.000Z","updated_at":"2024-09-10T22:23:24.000Z","dependencies_parsed_at":"2024-09-11T01:53:51.361Z","dependency_job_id":"cf7373d9-538f-4944-b1a2-c9b3a948ed11","html_url":"https://github.com/Sharktheone/yeeeeem","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"63f1a715373431ed4e8ddbd683c1304c69cb5080"},"previous_names":["sharktheone/yeeeeem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sharktheone/yeeeeem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharktheone%2Fyeeeeem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharktheone%2Fyeeeeem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharktheone%2Fyeeeeem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharktheone%2Fyeeeeem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sharktheone","download_url":"https://codeload.github.com/Sharktheone/yeeeeem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharktheone%2Fyeeeeem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453232,"owners_count":25108470,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["java","jvm","jvm-bytecode","vm","zig","ziglang"],"created_at":"2024-09-25T17:27:49.662Z","updated_at":"2026-02-14T10:02:33.883Z","avatar_url":"https://github.com/Sharktheone.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yeeeeem\n\nA very simple JVM written in zig, supporting a subset of it's instructions and capabilities.\n\n## Getting started\nFirst you need to install zig. If you have it installed, you can run the following command to build yeeeeem:\n\n```console\nzig build\n```\n\n\nthen you need to have some sort of java class. For a simple hello world, create a file `main.java`\n\n```java\nclass Main {\n    public static void main(String[] args) {\n        System.out.println(\"Hello, world!\");\n    }\n}\n```\n\nthen compile it to a class file via\n\n```console\njavac main.java\n```\n\nyou can then run it in yeeeeem\n\n\n```console\n./zig-out/bin/yeeeeem Main.class\n```\n\n\n![Demo](assets/demo.png)\n\n\n\n### Why the name?\n\nWell, since we want to make fun of java, we call it yava.\n\nSo it is a YVM or Yava Virtual Machine, this looks bad, so why not YM.\n\nAnd since we have fun it's yeeeeem!\n\nPronounced more like yeeee-em\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharktheone%2Fyeeeeem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharktheone%2Fyeeeeem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharktheone%2Fyeeeeem/lists"}