{"id":17014615,"url":"https://github.com/silversquirl/govm","last_synced_at":"2025-03-22T14:41:27.307Z","repository":{"id":117178379,"uuid":"134045884","full_name":"silversquirl/govm","owner":"silversquirl","description":"A bytecode VM using Go's runtime","archived":false,"fork":false,"pushed_at":"2018-05-19T22:03:09.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T02:58:26.565Z","etag":null,"topics":["bytecode","bytecode-interpreter","go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/silversquirl.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-05-19T08:52:12.000Z","updated_at":"2021-03-14T00:57:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"3959ee01-0553-4efd-9ce9-a30318461320","html_url":"https://github.com/silversquirl/govm","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/silversquirl%2Fgovm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silversquirl%2Fgovm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silversquirl%2Fgovm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silversquirl%2Fgovm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silversquirl","download_url":"https://codeload.github.com/silversquirl/govm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244973701,"owners_count":20541021,"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":["bytecode","bytecode-interpreter","go","golang"],"created_at":"2024-10-14T06:25:30.270Z","updated_at":"2025-03-22T14:41:27.288Z","avatar_url":"https://github.com/silversquirl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# govm\n\ngovm is a semi-statically typed bytecode VM written in Go. It utilises\nGo's garbage collector rather than implementing its own, simplifying the\nimplementation and reducing the size of the library when linking to Go\nprograms.\n\n## Source code layout\n\ngovm contains a number of different packages with different purposes. Here\nis a summary of how the source code is layed out:\n\n- `bytecode/` A package for reading and writing bytecode\n- `codegen/` A package for generating GVB code\n- `doc/` Documentation of the VM's internals\n\t- `doc/bytecode.md` Documentation of GVB, govm's bytecode representation\n\t- `doc/instructions.md` Documentation of the VM's instruction set\n- `examples/` Example programs written in GVA, govm's assembly-like IR\n- `gvas/` The govm assembler. Converts from GVA to GVB\n- `gvi/` A CLI for the VM. Allows running GVB files from the command line\n- `opcode/` A package containing constants for each opcode byte\n- `stdlib/` The standard library\n- `types/` Types used in many places throughout the project\n- `./vm.go` The core VM package. Interprets GVB\n- `./*_test.go` Tests for the VM\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilversquirl%2Fgovm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilversquirl%2Fgovm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilversquirl%2Fgovm/lists"}