{"id":15386809,"url":"https://github.com/christianmurphy/compile-to-web","last_synced_at":"2025-09-13T08:06:16.573Z","repository":{"id":70009476,"uuid":"60390634","full_name":"ChristianMurphy/compile-to-web","owner":"ChristianMurphy","description":"Discover what languages can be compiled to Web Assembly","archived":false,"fork":false,"pushed_at":"2019-01-05T20:29:53.000Z","size":105,"stargazers_count":178,"open_issues_count":5,"forks_count":10,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-27T11:50:29.598Z","etag":null,"topics":["c","c-plus-plus","c-sharp","compiler","crystal","discover","f-sharp","go","haskell","java","julia","kotlin","language","llvm","nim","python","scala","swift","wasm","web-assembly"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/ChristianMurphy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2016-06-04T03:10:47.000Z","updated_at":"2024-11-29T20:01:35.000Z","dependencies_parsed_at":"2023-02-22T18:45:18.399Z","dependency_job_id":null,"html_url":"https://github.com/ChristianMurphy/compile-to-web","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fcompile-to-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fcompile-to-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fcompile-to-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianMurphy%2Fcompile-to-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristianMurphy","download_url":"https://codeload.github.com/ChristianMurphy/compile-to-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248786152,"owners_count":21161403,"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":["c","c-plus-plus","c-sharp","compiler","crystal","discover","f-sharp","go","haskell","java","julia","kotlin","language","llvm","nim","python","scala","swift","wasm","web-assembly"],"created_at":"2024-10-01T14:50:28.227Z","updated_at":"2025-04-13T21:32:40.526Z","avatar_url":"https://github.com/ChristianMurphy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Compile to Web](compile-to-web.png)\n\nDiscover what languages can be compiled into [Web Assembly (WASM)](http://webassembly.org)\n\n## Languages\n\n| Language                  |    Compiles to LLVM     |    Compiles to WASM     |\n| ------------------------- | :---------------------: | :---------------------: |\n| [C](C/)                   | :ballot_box_with_check: | :ballot_box_with_check: |\n| [C#](C%23/)               | :ballot_box_with_check: | :ballot_box_with_check: |\n| [C++](C++/)               | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Crystal](Crystal/)       | :ballot_box_with_check: |     :grey_question:     |\n| [D](D/)                   | :ballot_box_with_check: | :ballot_box_with_check: |\n| [F#](F%23/)               | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Go](Go/)                 | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Haskell](Haskell/)       |     :grey_question:     |     :grey_question:     |\n| [Java](Java/)             | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Julia](Julia/)           | :ballot_box_with_check: |     :grey_question:     |\n| [Kotlin](Kotlin/)         | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Nim](Nim/)               | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Python](Python/)         |     :grey_question:     |     :grey_question:     |\n| [Rust](Rust/)             | :ballot_box_with_check: | :ballot_box_with_check: |\n| [Scala](Scala/)           | :ballot_box_with_check: |       :no_entry:        |\n| [Swift](Swift/)           | :ballot_box_with_check: |       :no_entry:        |\n| [TypeScript](TypeScript/) |     :grey_question:     |     :grey_question:     |\n\n### Key\n\n|          Icon           | Meaning |\n| :---------------------: | ------- |\n| :ballot_box_with_check: | Success |\n|       :no_entry:        | Broken  |\n|     :grey_question:     | Unknown |\n\n## Installation\n\n1.  Install [Vagrant](https://www.vagrantup.com/downloads.html)\n2.  Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)\n3.  For a desired language `cd` into the folder, then run\n\n```sh\nvagrant up\nvagrant ssh\nsudo su -\ninstall\nbuild\n```\n\n## Contributing\n\nInterested in seeing a new language? Found a bug in the examples?\nCheck out the [Contributing Guide](CONTRIBUTING.md) for how to get involved!\n\n## FAQ\n\n**Question**: Why is \"Compile to LLVM\" listed?\n\n**Answer**: [LLVM](https://llvm.org/) was an [influence for WebAssembly technology](http://webassembly.org/docs/faq/#why-not-just-use-llvm-bitcode-as-a-binary-format) and [was the first compiler infastructure with official WASM support](http://webassembly.org/docs/faq#which-compilers-can-i-use-to-build-webassembly-programs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianmurphy%2Fcompile-to-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianmurphy%2Fcompile-to-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianmurphy%2Fcompile-to-web/lists"}