{"id":17030592,"url":"https://github.com/vsoch/emscripten","last_synced_at":"2026-05-02T10:35:01.694Z","repository":{"id":141667732,"uuid":"153182456","full_name":"vsoch/emscripten","owner":"vsoch","description":"Getting started with emscripten!","archived":false,"fork":false,"pushed_at":"2018-10-15T23:21:37.000Z","size":2612,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T00:30:05.958Z","etag":null,"topics":["cpp","emscripten","getting-started","learning"],"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/vsoch.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":"2018-10-15T21:13:37.000Z","updated_at":"2018-12-20T16:33:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"853a198f-9579-4bc4-8914-df43e95ff6ab","html_url":"https://github.com/vsoch/emscripten","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Femscripten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Femscripten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Femscripten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Femscripten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsoch","download_url":"https://codeload.github.com/vsoch/emscripten/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245018062,"owners_count":20547921,"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":["cpp","emscripten","getting-started","learning"],"created_at":"2024-10-14T08:07:35.568Z","updated_at":"2026-05-02T10:35:01.655Z","avatar_url":"https://github.com/vsoch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emscripten!\n\nThis is a tiny repository to learn (and have fun with \n[Emscripten](http://kripken.github.io/emscripten-site/docs/compiling/WebAssembly.html).\nSpecifically, I'm getting the hang of C++ and want to create some \"in browser\nexperiments.\" \n\n## Build\n\nFor most of these, you can compile the cpp script as follows:\n\n```bash\nem++ helloworld.cpp -o index.html\n```\n\nIf it doesn't work in your browser, you can disable WebAssembly:\n\n```bash\nem++ helloworld.cpp -o index.html -s WASM=0\n```\n\nI was having a hard time getting the wasm to work on Github Pages, so the\nexamples here are running without it.\n\n## Experiments\n\n - [hello-world](hello-world): or more properly, \"Hello Dinosaur!\" ([web](https://vsoch.github.io/emscripten/hello-world/))\n - [hello-dinosaur](hello-dinosaur): experimenting with adding canvas (and using WebAssembly) ([web](https://vsoch.github.io/emscripten/hello-dinosaur/))\n - [travel](travel): a fun testing problem I did to study for a course! ([web](https://vsoch.github.io/emscripten/travel/))\n - [green-eggs](green-eggs): testing pre-loading and reading a file ([web](https://vsoch.github.io/emscripten/green-eggs/))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsoch%2Femscripten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsoch%2Femscripten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsoch%2Femscripten/lists"}