{"id":19138387,"url":"https://github.com/rochet2/emscripten-orb","last_synced_at":"2026-04-20T03:34:53.091Z","repository":{"id":77534582,"uuid":"307085349","full_name":"Rochet2/emscripten-orb","owner":"Rochet2","description":"Helps compiling C and C++ code to Wasm / WebAssembly with emscripten - CircleCI orb","archived":false,"fork":false,"pushed_at":"2020-10-25T17:36:51.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T18:49:42.338Z","etag":null,"topics":["c","circleci","circleci-orb","cpp","emscripten","hacktoberfest","hacktoberfest2020","orbtoberfest","wasm"],"latest_commit_sha":null,"homepage":"","language":"C","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/Rochet2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-10-25T11:37:20.000Z","updated_at":"2020-10-25T17:36:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f95447d-8064-4fb8-8f29-b2d59fc9e9ec","html_url":"https://github.com/Rochet2/emscripten-orb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rochet2/emscripten-orb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rochet2%2Femscripten-orb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rochet2%2Femscripten-orb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rochet2%2Femscripten-orb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rochet2%2Femscripten-orb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rochet2","download_url":"https://codeload.github.com/Rochet2/emscripten-orb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rochet2%2Femscripten-orb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["c","circleci","circleci-orb","cpp","emscripten","hacktoberfest","hacktoberfest2020","orbtoberfest","wasm"],"created_at":"2024-11-09T06:42:46.761Z","updated_at":"2026-04-20T03:34:53.075Z","avatar_url":"https://github.com/Rochet2.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emscripten-orb\n\n[![CircleCI Build Status](https://circleci.com/gh/Rochet2/emscripten-orb.svg?style=shield \"CircleCI Build Status\")](https://circleci.com/gh/Rochet2/emscripten-orb) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/rochet2/emscripten-orb)](https://circleci.com/orbs/registry/orb/rochet2/emscripten-orb) [![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/Rochet2/emscripten-orb/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)\n\n\n\nCircleCI orb that helps compiling C and C++ code to Wasm / WebAssembly with emscripten toolchain.\nThe compiled files are stored as artifacts.\n\nBuild, test, and publish orbs automatically on CircleCI with [Orb-Tools](https://circleci.com/orbs/registry/orb/circleci/orb-tools).\n\nAdditional READMEs are available in each directory.\n\n\n\n## Resources\n\n[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/rochet2/emscripten-orb) - The official registry page of this orb for all versions, executors, commands, and jobs described.\n[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.\n\n### How to Contribute\n\nWe welcome [issues](https://github.com/Rochet2/emscripten-orb/issues) to and [pull requests](https://github.com/Rochet2/emscripten-orb/pulls) against this repository!\n\n### How to Publish\n* Create and push a branch with your new features.\n* When ready to publish a new production version, create a Pull Request from fore _feature branch_ to `master`.\n* The title of the pull request must contain a special semver tag: `[semver:\u003csegement\u003e]` where `\u003csegment\u003e` is replaced by one of the following values.\n\n| Increment | Description|\n| ----------| -----------|\n| major     | Issue a 1.0.0 incremented release|\n| minor     | Issue a x.1.0 incremented release|\n| patch     | Issue a x.x.1 incremented release|\n| skip      | Do not issue a release|\n\nExample: `[semver:major]`\n\n* Squash and merge. Ensure the semver tag is preserved and entered as a part of the commit message.\n* On merge, after manual approval, the orb will automatically be published to the Orb Registry.\n\n\nFor further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochet2%2Femscripten-orb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochet2%2Femscripten-orb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochet2%2Femscripten-orb/lists"}