https://github.com/csfelix/web-assembly-studies
🧩 Contents from the Web Assembly Course
https://github.com/csfelix/web-assembly-studies
c cmake css emcc emsdk html javascript low-level memory performance wabt wasm wasm2wat wat2wasm web-assembly
Last synced: 5 days ago
JSON representation
🧩 Contents from the Web Assembly Course
- Host: GitHub
- URL: https://github.com/csfelix/web-assembly-studies
- Owner: CSFelix
- License: mit
- Created: 2026-04-14T10:46:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-19T10:36:31.000Z (about 1 month ago)
- Last Synced: 2026-05-19T13:22:09.934Z (about 1 month ago)
- Topics: c, cmake, css, emcc, emsdk, html, javascript, low-level, memory, performance, wabt, wasm, wasm2wat, wat2wasm, web-assembly
- Language: JavaScript
- Homepage:
- Size: 630 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧩 Web Assembly Studies
## Miscellaneous
- [0.0 - EMSDK Setup](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/00-EMSDK%20Setup.md)
- [0.1 - WABT and CMAKE Setup](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/01-WABT%20and%20CMAKE%20Setup.md)
- [0.2 - Web Assembly Flow](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/02-Web%20Assembly%20Flow.md)
- [0.3 - Pointers and Dynamic Memory](https://github.com/CSFelix/web-assembly-studies/blob/main/src/00-contents/03-Pointers%20and%20Dynamic%20Memory.md)
---
## Codes
- [1 - Hello World](https://github.com/CSFelix/web-assembly-studies/tree/main/src/01-hello-world)
- [2 - Wrapping](https://github.com/CSFelix/web-assembly-studies/tree/main/src/02-wrapping)
- [3 - Streaming](https://github.com/CSFelix/web-assembly-studies/tree/main/src/03-streaming)
- [4 - Memory](https://github.com/CSFelix/web-assembly-studies/tree/main/src/04-memory)
- [5 - Malloc](https://github.com/CSFelix/web-assembly-studies/tree/main/src/05-malloc)
- [6 - Exported Functions](https://github.com/CSFelix/web-assembly-studies/tree/main/src/06-exported-functions)
- [7 - Encoding and Decoding Structures](https://github.com/CSFelix/web-assembly-studies/tree/main/src/07-encoding-decoding-structures)
- [8 - Structure Alignment](https://github.com/CSFelix/web-assembly-studies/tree/main/src/08-structure-alignment)
- [9 - Text Format](https://github.com/CSFelix/web-assembly-studies/tree/main/src/09-text-format)
- [10 - Control Flow](https://github.com/CSFelix/web-assembly-studies/tree/main/src/10-control-flow)
- [11 - Control Flow and Base 64 Encoding](https://github.com/CSFelix/web-assembly-studies/tree/main/src/11-control-flow-and-base64-encoding)
- [12 - Function Tables](https://github.com/CSFelix/web-assembly-studies/tree/main/src/12-function-tables)
- [13 - SIMD Instructions](https://github.com/CSFelix/web-assembly-studies/tree/main/src/13-simd-instructions)