{"id":15402145,"url":"https://github.com/michareiser/speedy.js-playground","last_synced_at":"2026-04-25T16:33:33.925Z","repository":{"id":77839577,"uuid":"92655907","full_name":"MichaReiser/speedy.js-playground","owner":"MichaReiser","description":"Get started with Speedy.js","archived":false,"fork":false,"pushed_at":"2017-06-09T06:11:31.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T01:16:20.302Z","etag":null,"topics":["speedyjs","typescript","webassembly","webpack","webpack2"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/MichaReiser.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":"2017-05-28T11:01:29.000Z","updated_at":"2018-02-17T23:50:02.000Z","dependencies_parsed_at":"2023-06-16T06:00:47.910Z","dependency_job_id":null,"html_url":"https://github.com/MichaReiser/speedy.js-playground","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"0519d35323d62f5d32f35f4e87a69a0be912feaf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MichaReiser/speedy.js-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaReiser%2Fspeedy.js-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaReiser%2Fspeedy.js-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaReiser%2Fspeedy.js-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaReiser%2Fspeedy.js-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaReiser","download_url":"https://codeload.github.com/MichaReiser/speedy.js-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaReiser%2Fspeedy.js-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["speedyjs","typescript","webassembly","webpack","webpack2"],"created_at":"2024-10-01T16:01:17.100Z","updated_at":"2026-04-25T16:33:33.905Z","avatar_url":"https://github.com/MichaReiser.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speedy.js Playground\n\n## Getting Started\n\nClone this git repository:\n\n```bash\ngit clone https://github.com/MichaReiser/speedy.js-playground.git\n```\n\nThen run `npm install` to install all dependencies (ensure your computer fulfills [the requirements of Speedy.js](https://github.com/MichaReiser/speedy.js#getting-started))\n\n```bash\nnpm install\n```\n\nThe final step is to start the WebPack Dev Server using `npm start`.\n\n```bash\nnpm start\n```\n\nStart hacking!\n\n## Dig deeper\n\nAre you interested in the details? You can call the Speedy.js compiler manually using the following command:\n\n``` bash\n$(npm bin)/speedyjs --help\n```\n\nYou can find a detailed description of the CLI in [the wiki](https://github.com/MichaReiser/speedy.js/wiki/CLI) of the [Speedy.js project page](https://github.com/MichaReiser/speedy.js).\n\n### LLVM-Commands\nYou can determine the path of the LLVM tools used by Speedy.js by using \n\n```bash\n$(npm config get LLVM_CONFIG) --bindir\n```\n\nYou have to use the same LLVM tools as Speedy.js in case you want to disassemble a bitcode file. Otherwise, the LLVM command might fail with a version mismatch error. For example, you can call `llvm-dis` using the following command:\n\n```bash\n$($(npm config get LLVM_CONFIG) --bindir)/llvm-dis --version\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichareiser%2Fspeedy.js-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichareiser%2Fspeedy.js-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichareiser%2Fspeedy.js-playground/lists"}