{"id":17793227,"url":"https://github.com/jcbhmr/setup-javy","last_synced_at":"2026-04-17T11:31:19.436Z","repository":{"id":219220518,"uuid":"748490412","full_name":"jcbhmr/setup-javy","owner":"jcbhmr","description":"🟨 Install Javy for GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-01-26T18:09:56.000Z","size":247,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T11:58:07.499Z","etag":null,"topics":["action","bun","bytecodealliance","github-action","github-actions","installer","javascript","javy","setup-action","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jcbhmr.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":"2024-01-26T04:40:47.000Z","updated_at":"2024-01-26T05:31:16.000Z","dependencies_parsed_at":"2024-01-26T05:39:11.554Z","dependency_job_id":"088cd653-cd84-4afc-9e09-f17b308bd754","html_url":"https://github.com/jcbhmr/setup-javy","commit_stats":null,"previous_names":["jcbhmr/setup-javy"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jcbhmr/setup-javy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fsetup-javy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fsetup-javy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fsetup-javy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fsetup-javy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcbhmr","download_url":"https://codeload.github.com/jcbhmr/setup-javy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fsetup-javy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31927654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["action","bun","bytecodealliance","github-action","github-actions","installer","javascript","javy","setup-action","wasm","webassembly"],"created_at":"2024-10-27T11:05:19.222Z","updated_at":"2026-04-17T11:31:19.414Z","avatar_url":"https://github.com/jcbhmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Javy\n\n🟨 Install [Javy](https://github.com/bytecodealliance/javy) for GitHub Actions\n\n\u003ctable align=center\u003e\u003ctd\u003e\n\n```yaml\n- uses: jcbhmr/setup-javy@v1\n- run: javy compile main.js -o main.wasm\n```\n\n\u003c/table\u003e\n\n✅ Installs the `javy` CLI globally \\\n📌 Supports version pinning \\\n⚡ Caches the installation in `$RUNNER_TOOL_CACHE` \\\n📥 Downloads from [the Javy GitHub releases](https://github.com/bytecodealliance/javy/releases)\n\n## Usage\n\n![GitHub Actions](https://img.shields.io/static/v1?style=for-the-badge\u0026message=GitHub+Actions\u0026color=2088FF\u0026logo=GitHub+Actions\u0026logoColor=FFFFFF\u0026label=)\n![GitHub](https://img.shields.io/static/v1?style=for-the-badge\u0026message=GitHub\u0026color=181717\u0026logo=GitHub\u0026logoColor=FFFFFF\u0026label=)\n\n**🚀 Here's what you're after:**\n\n```yml\non: push\njobs:\n  job:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: jcbhmr/setup-wasmtime@v2\n      - uses: jcbhmr/setup-javy@v1\n      - run: javy compile main.js -o main.wasm\n      - run: wasmtime main.wasm\n```\n\n### Inputs\n\n- **`javy-version`:** Which version of Javy to install. This can be an exact version specifier such as `1.3.0` or a semver range like `~1.3.0` or `1.x`. Use `latest` to always install the latest release. Defaults to `latest`.\n\n- **`javy-token`:** The GitHub token to use when fetching the version list from [bytecodealliance/javy](https://github.com/bytecodealliance/javy/releases). You shouldn't have to touch this. The default is the `github.token` if you're on github.com or unauthenticated (rate limited) if you're not on github.com.\n\n### Outputs\n\n- **`javy-version`:** The version of Javy that was installed. This will be something like `1.3.0` or similar.\n\n- **`cache-hit`:** Whether or not Javy was restored from the runner's cache or download anew.\n\n## Development\n\n![Bun](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Bun\u0026color=000000\u0026logo=Bun\u0026logoColor=FFFFFF\u0026label=)\n![GitHub Actions](https://img.shields.io/static/v1?style=for-the-badge\u0026message=GitHub+Actions\u0026color=2088FF\u0026logo=GitHub+Actions\u0026logoColor=FFFFFF\u0026label=)\n\nThis GitHub Action uses Bun to bundle the main entry point plus all the imported dependencies into a single `.js` file ready to be run by `main: dist/main.js` in the `action.yml`. To test the action just open a PR (even a draft one) and some magic GitHub Actions will test your changes. 🧙‍♂️\n\nℹ Once [Bun gets Windows support](https://github.com/oven-sh/bun/issues/43) make sure you add back the `runs-on: windows-latest` test to `test-action.yml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcbhmr%2Fsetup-javy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcbhmr%2Fsetup-javy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcbhmr%2Fsetup-javy/lists"}