{"id":20662504,"url":"https://github.com/xxdark/asm-inline","last_synced_at":"2025-04-19T15:53:33.654Z","repository":{"id":122757143,"uuid":"338411678","full_name":"xxDark/asm-inline","owner":"xxDark","description":"Inline bytecode in Java","archived":false,"fork":false,"pushed_at":"2024-03-17T00:25:11.000Z","size":121,"stargazers_count":51,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T09:41:42.633Z","etag":null,"topics":["asm","bytecode","inline","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/xxDark.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":"2021-02-12T19:21:06.000Z","updated_at":"2025-03-03T12:21:31.000Z","dependencies_parsed_at":"2024-03-17T02:28:00.000Z","dependency_job_id":null,"html_url":"https://github.com/xxDark/asm-inline","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/xxDark%2Fasm-inline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxDark%2Fasm-inline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxDark%2Fasm-inline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxDark%2Fasm-inline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxDark","download_url":"https://codeload.github.com/xxDark/asm-inline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249730763,"owners_count":21317328,"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":["asm","bytecode","inline","java"],"created_at":"2024-11-16T19:14:25.156Z","updated_at":"2025-04-19T15:53:33.634Z","avatar_url":"https://github.com/xxDark.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asm-inline\n\nAt first I thought: *Oh, I can make an optimization transformer for Proguard*  \nAnd then this happened.  \nExample:\n\n```Java\npublic class Test {\n\n  public static void main(String[] args) {\n    AsmBlock.inline(b -\u003e {\n      b.getstatic(System.class, \"out\", PrintStream.class)\n          .ldc(\"Hello, World!\")\n          .invokevirtual(PrintStream.class, \"println\",\n              MethodType.methodType(Void.TYPE, String.class));\n      // Note that RETURN will be added by javac.\n    });\n  }\n}\n  ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxdark%2Fasm-inline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxdark%2Fasm-inline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxdark%2Fasm-inline/lists"}