{"id":51124631,"url":"https://github.com/csfelix/web-assembly-studies","last_synced_at":"2026-06-25T06:01:42.689Z","repository":{"id":351294554,"uuid":"1210364871","full_name":"CSFelix/web-assembly-studies","owner":"CSFelix","description":"🧩 Contents from the Web Assembly Course","archived":false,"fork":false,"pushed_at":"2026-05-19T10:36:31.000Z","size":645,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T13:22:09.934Z","etag":null,"topics":["c","cmake","css","emcc","emsdk","html","javascript","low-level","memory","performance","wabt","wasm","wasm2wat","wat2wasm","web-assembly"],"latest_commit_sha":null,"homepage":"","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/CSFelix.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-14T10:46:48.000Z","updated_at":"2026-05-19T10:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/CSFelix/web-assembly-studies","commit_stats":null,"previous_names":["csfelix/web-assembly-studies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CSFelix/web-assembly-studies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fweb-assembly-studies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fweb-assembly-studies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fweb-assembly-studies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fweb-assembly-studies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSFelix","download_url":"https://codeload.github.com/CSFelix/web-assembly-studies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2Fweb-assembly-studies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34761847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"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":["c","cmake","css","emcc","emsdk","html","javascript","low-level","memory","performance","wabt","wasm","wasm2wat","wat2wasm","web-assembly"],"created_at":"2026-06-25T06:01:40.779Z","updated_at":"2026-06-25T06:01:42.684Z","avatar_url":"https://github.com/CSFelix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧩 Web Assembly Studies\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/CSFelix/web-assembly-studies/blob/main/assets/puzzle.svg\" alt=\"Image\" width=\"550px\" /\u003e\n\u003c/div\u003e\n\n## Miscellaneous\n\n- [0.0 - EMSDK Setup](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/00-EMSDK%20Setup.md)\n- [0.1 - WABT and CMAKE Setup](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/01-WABT%20and%20CMAKE%20Setup.md)\n- [0.2 - Web Assembly Flow](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/02-Web%20Assembly%20Flow.md)\n- [0.3 - Pointers and Dynamic Memory](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/03-Pointers%20and%20Dynamic%20Memory.md)\n\n---\n\n## Codes\n\n- [1 - Hello World](https://github.com/CSFelix/web-assembly-studies/tree/main/src/01-hello-world)\n- [2 - Wrapping](https://github.com/CSFelix/web-assembly-studies/tree/main/src/02-wrapping)\n- [3 - Streaming](https://github.com/CSFelix/web-assembly-studies/tree/main/src/03-streaming)\n- [4 - Memory](https://github.com/CSFelix/web-assembly-studies/tree/main/src/04-memory)\n- [5 - Malloc](https://github.com/CSFelix/web-assembly-studies/tree/main/src/05-malloc)\n- [6 - Exported Functions](https://github.com/CSFelix/web-assembly-studies/tree/main/src/06-exported-functions)\n- [7 - Encoding and Decoding Structures](https://github.com/CSFelix/web-assembly-studies/tree/main/src/07-encoding-decoding-structures)\n- [8 - Structure Alignment](https://github.com/CSFelix/web-assembly-studies/tree/main/src/08-structure-alignment)\n- [9 - Text Format](https://github.com/CSFelix/web-assembly-studies/tree/main/src/09-text-format)\n- [10 - Control Flow](https://github.com/CSFelix/web-assembly-studies/tree/main/src/10-control-flow)\n- [11 - Control Flow and Base 64 Encoding](https://github.com/CSFelix/web-assembly-studies/tree/main/src/11-control-flow-and-base64-encoding)\n- [12 - Function Tables](https://github.com/CSFelix/web-assembly-studies/tree/main/src/12-function-tables)\n- [13 - SIMD Instructions](https://github.com/CSFelix/web-assembly-studies/tree/main/src/13-simd-instructions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfelix%2Fweb-assembly-studies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsfelix%2Fweb-assembly-studies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfelix%2Fweb-assembly-studies/lists"}