{"id":17793196,"url":"https://github.com/jcbhmr/hello-world-go-wasmer-cli","last_synced_at":"2026-04-16T00:33:01.721Z","repository":{"id":215170798,"uuid":"738278490","full_name":"jcbhmr/hello-world-go-wasmer-cli","owner":"jcbhmr","description":"👨‍💻 Example CLI application built with Go and distributed via Wasmer","archived":false,"fork":false,"pushed_at":"2024-01-03T03:20:06.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T11:21:34.398Z","etag":null,"topics":["app","cli","go","go-app","golang","wasi","wasm","wasmer","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","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-02T21:26:18.000Z","updated_at":"2024-11-08T23:17:36.000Z","dependencies_parsed_at":"2024-01-03T00:33:01.815Z","dependency_job_id":"2c23ba74-7271-4102-97ce-7d8b0044c3d5","html_url":"https://github.com/jcbhmr/hello-world-go-wasmer-cli","commit_stats":null,"previous_names":["jcbhmr/hello-world-go-wasmer-cli"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/jcbhmr/hello-world-go-wasmer-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fhello-world-go-wasmer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fhello-world-go-wasmer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fhello-world-go-wasmer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fhello-world-go-wasmer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcbhmr","download_url":"https://codeload.github.com/jcbhmr/hello-world-go-wasmer-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fhello-world-go-wasmer-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["app","cli","go","go-app","golang","wasi","wasm","wasmer","webassembly"],"created_at":"2024-10-27T11:05:12.607Z","updated_at":"2026-04-16T00:33:01.688Z","avatar_url":"https://github.com/jcbhmr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"Hello world!\" Go Wasmer CLI\n\n👨‍💻 Example CLI application built with Go and distributed via Wasmer\n\n\u003ctable align=center\u003e\u003ctd\u003e\n\n```sh\nwasmer run jcbhmr/hello-world-go-wasmer-cli -- --name=\"Alan Turing\"\n#=\u003e Hello Alan Turing!\n```\n\n\u003c/table\u003e\n\n🐿️ Written in Go \\\n🟪 Compiled to WebAssembly \\\n👨‍💻 Runnable on any device from a single `.wasm` binary \\\n🚛 Distributed via the [wasmer.io] registry\n\n## Installation\n\nThere's nothing to install! [The Wasmer CLI] doesn't (yet) offer a first-class\nway to `wasmer install \u003cpkg\u003e` globally.\n\n## Usage\n\n![Wasmer](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Wasmer\u0026color=4946DD\u0026logo=Wasmer\u0026logoColor=FFFFFF\u0026label=)\n![Terminal](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Terminal\u0026color=4D4D4D\u0026logo=Windows+Terminal\u0026logoColor=FFFFFF\u0026label=)\n\n```sh\nwasmer run jcbhmr/hello-world-go-wasmer-cli -- --name=\"Alan Turing\"\n#=\u003e Hello Alan Turing!\n```\n\n### Options\n\n- **`--name`:** The name to put in the output message `Hello ${name}!`.\n\n## Development\n\n![Go](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Go\u0026color=00ADD8\u0026logo=Go\u0026logoColor=FFFFFF\u0026label=)\n![Wasmer](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Wasmer\u0026color=4946DD\u0026logo=Wasmer\u0026logoColor=FFFFFF\u0026label=)\n\n🎉 Go 1.21 supports WASI preview 1! Yay! 🥳 Make sure you have [installed the\nlatest version of the Go toolchain].\n\n```sh\n./just build\n```\n\nYou can use [the Wasmer CLI] to run your compiled WASI WebAssembly binary.\n\n```sh\nwasmer run $WASMERFLAGS . -- --name=\"Ada Lovelace\"\n```\n\nEach time a new GitHub release is released it gets `wasmer publish`-ed.\n\n[installed the latest version of the Go toolchain]: https://go.dev/doc/install\n[the wasmer cli]: https://docs.wasmer.io/install\n[wasmer.io]: https://wasmer.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcbhmr%2Fhello-world-go-wasmer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcbhmr%2Fhello-world-go-wasmer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcbhmr%2Fhello-world-go-wasmer-cli/lists"}