{"id":13679214,"url":"https://github.com/torch2424/made-with-webassembly","last_synced_at":"2025-10-07T15:07:27.666Z","repository":{"id":37601961,"uuid":"221554319","full_name":"torch2424/made-with-webassembly","owner":"torch2424","description":"A showcase of awesome production applications, side projects, and use cases made with WebAssembly (Wasm). 👷","archived":false,"fork":false,"pushed_at":"2024-05-01T15:36:01.000Z","size":5080,"stargazers_count":215,"open_issues_count":17,"forks_count":64,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-26T00:07:05.518Z","etag":null,"topics":["example","preact","pwa","showcase","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://madewithwebassembly.com","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/torch2424.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":"2019-11-13T21:24:12.000Z","updated_at":"2025-03-20T07:13:30.000Z","dependencies_parsed_at":"2024-01-14T15:21:39.386Z","dependency_job_id":"bdda5ff1-b9da-4b41-aeba-f79624c8dad1","html_url":"https://github.com/torch2424/made-with-webassembly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/torch2424/made-with-webassembly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torch2424%2Fmade-with-webassembly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torch2424%2Fmade-with-webassembly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torch2424%2Fmade-with-webassembly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torch2424%2Fmade-with-webassembly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torch2424","download_url":"https://codeload.github.com/torch2424/made-with-webassembly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torch2424%2Fmade-with-webassembly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278794453,"owners_count":26046982,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["example","preact","pwa","showcase","wasm","webassembly"],"created_at":"2024-08-02T13:01:03.209Z","updated_at":"2025-10-07T15:07:27.634Z","avatar_url":"https://github.com/torch2424.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Themed Directories"],"sub_categories":[],"readme":"# Made with WebAssembly\n\n![Travis Status](https://travis-ci.org/torch2424/made-with-webassembly.svg?branch=master) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nMade with WebAssembly is a [website](https://madewithwebassembly.com/) A showcase of awesome production applications, side projects, and use cases made with WebAssembly ( Wasm ). 👷\n\n![Wasm By Example Website Header](./meta/readmeBanner.png)\n\n## Table of Contents\n\n- [Motivation](#motivation)\n- [Contributing](#contributing)\n  - [General Contribution Areas](#general-contribution-areas)\n    - [Showcase Projects](#showcase-projects)\n    - [App Shell](#app-shell)\n  - [Getting Started with Your First PR](#getting-started-with-your-first-pr)\n    - [One-time Setup](#one-time-setup)\n    - [Branch (do this each time you want a new branch)](#branch-do-this-each-time-you-want-a-new-branch)\n    - [Building \u0026amp; Running the project](#building--running-the-project)\n- [Privacy](#privacy)\n- [License](#license)\n\n## Motivation\n\nAfter several Twitter threads ([1](https://twitter.com/torch2424/status/1194557590765596673), [2](https://twitter.com/JamesLMilner/status/1151824280914731008), ...) on highlighting use cases, projects, and companies in production using WebAssembly. Myself and a few other Wasm community members thought it'd be a great idea to have a dedicated place to find projects using WebAssembly, and highlight what WebAssembly can be used for! We were hoping it could be easy to comb through, and provide additional context on why/how individual project are using Wasm. 👍🏾\n\n## Contributing\n\nThank you for wanting to contribute! PRs are definitely welcome and appreciated! Below is a guide for contributing different parts of the project, and getting started with your first PR:\n\n### General Contribution Areas\n\nThese are general areas of the project you may want to contribute to considering the architecture of the project:\n\n#### Showcase Projects\n\nThe showcase projects are located under the `showcase/` directory in the project. Each showcase project is a markdown file, that adds metadata (E.g [1](https://stackoverflow.com/questions/42952149/how-to-add-metadata-in-github-flavoured-markdown), [2](https://stackoverflow.com/questions/44215896/markdown-metadata-format)) to help describe the project. All showcase projects are added to the `showcase.json`, and output as an HTML file, by the `showcase-build.js` build script.\n\nContributing new projects is definitely welcome and super appreciated!\n\nTo add a new project to the showcase, create a markdown file with the following metadata (See other example if you get confused, or open an issue):\n\n- `name` - The name of the project\n\n- `description` - A Short description of the project. Will be used for fuzzy searching.\n\n- `keywords` - Space separated list of words. This will be used for fuzzy searching.\n\n- `logo_url` (OPTIONAL) - A Url to the logo for the project\n\n- `website` (OPTIONAL) - A URL to the website for the project\n\n- `source_url` (OPTIONAL) - A URL to the Source code for the project\n\nOnce you have your markdown file, you can test it in the project using `npm run dev`. And then, feel free to open a PR when the rendered showcase project markdown looks correct.\n\nIf you are a project owner and want the project edited or removed, please feel free to open a PR as well, or open an issue. ☺️\n\n#### App Shell\n\nThe App Shell is a [PWA](https://developers.google.com/web/progressive-web-apps) built with [Preact](https://preactjs.com/) and [Preact CLI](https://github.com/preactjs/preact-cli). The applications shell can be found under the `src/` directory.\n\nFor larger ideas or new sections of the site, it is recommended to open an issue first for discussion.\n\n### Getting Started with Your First PR\n\n#### One-time Setup\n\n1. [Create a GitHub account](https://help.github.com/articles/signing-up-for-a-new-github-account/) if you don't already have one.\n2. [Install and set up Git](https://help.github.com/articles/set-up-git/).\n3. Install the latest LTS version of [Node.js](https://nodejs.org/) (which includes npm). An easy way to do so is with `nvm`. (Mac and Linux: [here](https://github.com/creationix/nvm), Windows: [here](https://github.com/coreybutler/nvm-windows))\n\n```shell\nnvm install --lts\n```\n\n4. Create your own fork of the [made-with-webassembly repository](https://github.com/torch2424/made-with-webassembly) by clicking \"Fork\" in the Web UI. During local development, this will be referred to by `git` as `origin`.\n\n5. Download your fork to a local repository.\n\n```shell\ngit clone git@github.com:\u003cyour username\u003e/made-with-webassembly.git\n```\n\n6. Add an alias called `upstream` to refer to the main `torch2424/made-with-webassembly` repository. Go to the root directory of the\n   newly created local repository directory and run:\n\n```shell\ngit remote add upstream git@github.com:torch2424/made-with-webassembly.git\n```\n\n7. Fetch data from the `upstream` remote:\n\n```shell\ngit fetch upstream master\n```\n\n8. Set up your local `master` branch to track `upstream/master` instead of `origin/master` (which will rapidly become\n   outdated).\n\n```shell\ngit branch -u upstream/master master\n```\n\n#### Branch (do this each time you want a new branch)\n\nCreate and go to the branch:\n\n```shell\ngit checkout -b \u003cbranch name\u003e master\n```\n\n#### Building \u0026 Running the project\n\n1. Make sure you have the latest packages (after you pull): `npm install`\n1. To build the project, run: `npm run build`\n1. To serve, and build on changes for the project, run: `npm run dev`\n\n## Privacy\n\nGoogle Analytics is used on Made with WebAssembly, and is only used to record [Basic visit data](https://support.google.com/analytics/answer/6004245?ref_topic=2919631), as the script is only loaded.\n\n## License\n\nThis work is copyright Aaron Turner and licensed under a [MIT License](https://oss.ninja/mit?organization=Aaron%20Turner).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorch2424%2Fmade-with-webassembly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorch2424%2Fmade-with-webassembly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorch2424%2Fmade-with-webassembly/lists"}