{"id":28765747,"url":"https://github.com/nalgeon/ruby-wasi","last_synced_at":"2026-05-03T21:33:25.725Z","repository":{"id":215284063,"uuid":"738594522","full_name":"nalgeon/ruby-wasi","owner":"nalgeon","description":"Ruby WASI build.","archived":false,"fork":false,"pushed_at":"2024-01-03T15:36:00.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T13:28:26.091Z","etag":null,"topics":["ruby","wasi","wasm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nalgeon.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}},"created_at":"2024-01-03T15:35:08.000Z","updated_at":"2024-01-06T20:19:31.000Z","dependencies_parsed_at":"2024-01-03T15:47:04.554Z","dependency_job_id":null,"html_url":"https://github.com/nalgeon/ruby-wasi","commit_stats":null,"previous_names":["nalgeon/ruby-wasi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nalgeon/ruby-wasi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalgeon%2Fruby-wasi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalgeon%2Fruby-wasi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalgeon%2Fruby-wasi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalgeon%2Fruby-wasi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nalgeon","download_url":"https://codeload.github.com/nalgeon/ruby-wasi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalgeon%2Fruby-wasi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ruby","wasi","wasm"],"created_at":"2025-06-17T11:13:00.051Z","updated_at":"2026-05-03T21:33:25.710Z","avatar_url":"https://github.com/nalgeon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby WASI build\n\nThis is a [WASI](https://wasi.dev/) build of the Ruby 3.2 interpreter compiled by [VMware Labs](https://github.com/vmware-labs/webassembly-language-runtimes).\n\nIt is published as an NPM package [@antonz/ruby-wasi](https://www.npmjs.com/package/@antonz/ruby-wasi):\n\n```\nhttps://unpkg.com/@antonz/ruby-wasi/dist/ruby.wasm\nhttps://unpkg.com/@antonz/ruby-wasi/dist/ruby-slim.wasm\n```\n\n## Usage\n\nUsing the [Runno](https://github.com/nalgeon/runno) runtime:\n\n```js\nimport { WASI } from \"https://unpkg.com/@antonz/runno/dist/runno.mjs\";\n\nconst url = \"https://unpkg.com/@antonz/ruby-wasi/dist/ruby.wasm\";\nconst result = await WASI.start(fetch(url), {\n    args: [\"ruby\", \"--version\"],\n    stdout: (out) =\u003e console.log(out),\n    stderr: (err) =\u003e console.error(err),\n});\nconsole.log(`exit code = ${result.exitCode}`);\n```\n\nResult:\n\n```\nruby 3.2.2 (2023-03-30 revision e51014f9c0) [wasm32-wasi]\nexit code = 0\n```\n\n## Building from source\n\n```\nmake prepare\nmake build\n```\n\n## License\n\nCopyright 2023 [VMware Labs](https://github.com/vmware-labs/webassembly-language-runtimes), Apache-2.0 license.\n\nRuby is copyrighted by [Yukihiro Matsumoto](https://www.ruby-lang.org/en/about/license.txt), 2-Clause BSD License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnalgeon%2Fruby-wasi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnalgeon%2Fruby-wasi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnalgeon%2Fruby-wasi/lists"}