This repository contains a collection of tiny projects utilizing WebAssembly and Rust, showcasing various applications and functionalities.
- Demo: Image Effects
- Description: This project demonstrates the utilization of WebAssembly for applying image effects using Rust. Explore various effects and see real-time changes applied to the images.
- Demo: Game Of Life
- Description: Experience Conway's Game of Life implemented using WebAssembly and Rust. Interact with the simulation, observe the evolution of cells, and witness the emergence of complex patterns.
Each project directory contains the necessary files and instructions to build and run the WebAssembly applications locally.
For further learning about WebAssembly and Rust, consider the following resources:
- ZeroToMastery WebAssembly: Course Link
- rustwasm Book: Introduction