{"id":23815234,"url":"https://github.com/cedricschwyter/spacey","last_synced_at":"2025-10-14T04:15:40.541Z","repository":{"id":37279068,"uuid":"503931657","full_name":"cedricschwyter/spacey","owner":"cedricschwyter","description":" a tiny, wasm-ready virtual machine - stupidly fast","archived":false,"fork":false,"pushed_at":"2025-07-29T09:46:19.000Z","size":277,"stargazers_count":38,"open_issues_count":5,"forks_count":4,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-26T06:38:06.415Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","esolang","esoteric-language","malbolge","parser","rust","stackmachine","virtual-machine","wasm","webassembly","whitespace","whitespace-interpreter","whitespace-language"],"latest_commit_sha":null,"homepage":"https://docs.rs/spacey","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedricschwyter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-15T21:47:56.000Z","updated_at":"2025-07-10T11:14:18.000Z","dependencies_parsed_at":"2024-01-12T18:39:30.256Z","dependency_job_id":"f5fb63c0-6a08-4380-8ced-7bb290ab513a","html_url":"https://github.com/cedricschwyter/spacey","commit_stats":{"total_commits":126,"total_committers":4,"mean_commits":31.5,"dds":0.05555555555555558,"last_synced_commit":"9c4d7d958fb3cd76f0ae57de07a334422b301c16"},"previous_names":["d3psi/spacey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cedricschwyter/spacey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricschwyter%2Fspacey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricschwyter%2Fspacey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricschwyter%2Fspacey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricschwyter%2Fspacey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedricschwyter","download_url":"https://codeload.github.com/cedricschwyter/spacey/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricschwyter%2Fspacey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017354,"owners_count":26086052,"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-10-13T02:00:06.723Z","response_time":61,"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":["brainfuck","brainfuck-interpreter","esolang","esoteric-language","malbolge","parser","rust","stackmachine","virtual-machine","wasm","webassembly","whitespace","whitespace-interpreter","whitespace-language"],"created_at":"2025-01-02T04:15:27.564Z","updated_at":"2025-10-14T04:15:40.491Z","avatar_url":"https://github.com/cedricschwyter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" style=\"margin:10px;\"\u003e\n\u003cimage src=\"https://raw.githubusercontent.com/D3PSI/spacey/develop/resources/logo.png\"\u003e\u003c/image\u003e\n\u003c/div\u003e\n\n# spacey\na tiny, performant, wasm-ready virtual machine in rust\n\n## supported and planned frontends:\n- [x] whitespace\n- [ ] malbolge\n- [ ] brainfuck\n- [ ] whatever other language we want to create a frontend for\n\n## crates.io and npmjs.org\nthe library crate is available both as a standard crate [spacey](https://crates.io/crates/spacey) as well as a bundled wasm package on npm under [node-spacey](https://www.npmjs.com/package/node-spacey).\n\n## building and running\nmake sure you have rust and the rust package manager `cargo` installed on your system. if not, the easiest way to do so is to install rust via [rustup.rs](https://rustup.rs).\n\nthen, clone the repository and build natively as follows:\n\n```bash\ngit clone https://github.com/D3PSI/spacey.git\ncd spacey\ncargo build --release\n```\n\nto build for wasm, simply install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) and execute:\n\n```bash\nwasm-pack build\n```\n\nto run the provided executable run:\n\n```bash\ncargo run --release -q -- -h\n```\n\nto show the help screen.\n\nexecute whitespace-files like:\n\n```bash\ncargo run --release -q -- -f ws/hello_world.ws -t whitespace\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricschwyter%2Fspacey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedricschwyter%2Fspacey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricschwyter%2Fspacey/lists"}