{"id":23785352,"url":"https://github.com/foxfirecodes/solc-fast","last_synced_at":"2025-07-03T22:34:12.450Z","repository":{"id":153529399,"uuid":"629744261","full_name":"foxfirecodes/solc-fast","owner":"foxfirecodes","description":"a simple ESM wrapper around the native solc compiler to allow for faster compile times.","archived":false,"fork":false,"pushed_at":"2023-04-19T00:11:00.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-16T21:02:55.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/foxfirecodes.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":"2023-04-19T00:07:57.000Z","updated_at":"2023-04-20T03:48:06.000Z","dependencies_parsed_at":"2023-05-19T05:30:27.185Z","dependency_job_id":null,"html_url":"https://github.com/foxfirecodes/solc-fast","commit_stats":null,"previous_names":["foxfirecodes/solc-fast"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/foxfirecodes/solc-fast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fsolc-fast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fsolc-fast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fsolc-fast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fsolc-fast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxfirecodes","download_url":"https://codeload.github.com/foxfirecodes/solc-fast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fsolc-fast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263415758,"owners_count":23463104,"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","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":[],"created_at":"2025-01-01T13:44:02.502Z","updated_at":"2025-07-03T22:34:12.411Z","avatar_url":"https://github.com/foxfirecodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# solc-fast\n\n\u003e a simple ESM wrapper around the native solc compiler to allow for faster compile times.\n\n[`solc`](https://npmjs.com/package/solc) is convenient and easy to install, but it uses a WASM build of the solc compiler under the hood which is DRASTICALLY slower than using the native binary. this simple package downloads the solc native compiler and provides a simple wrapper function around calling it w/ the standard JSON format.\n\n## installation\n\n```bash\npnpm add solc-fast\n```\n\n## usage\n\n```js\nimport { compile } from 'solc-fast'\n\nconst compiledOutput = await compile({\n  language: 'Solidity',\n  // ...\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fsolc-fast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxfirecodes%2Fsolc-fast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fsolc-fast/lists"}