An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🧩 Web Assembly Studies


Image

## 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)