Hello makkals,
It's been a while since I jumped in WebAssembly. I fell in love with the idea of WebAssembly. Built and worked in some cool projects. Now I decided share my knowledge with you all. This is going to be a series of blog posts that dives into many topics involving WebAssembly. At this point, I really don't know how many posts are going to be published. My rought guestimate tells at least 5 posts, but it may grow.
Nevertheless, worry not, I'll keep updating the this post with links of all the upcoming ones. This post is going to serve as an index for all other posts.
Almost every post is going to be practical-first so that everyone can understand the underlying theory by seeing clear examples.
- Introduction to WebAssembly
- Build your first ever WebAssembly project
- Why WebAssembly is faster than JavaScript
- Components of WebAssembly
- Building a simple image processor using WebAssembly
- Building a video to gif convertor with ffmpeg using WebAssembly
You can find code for all the projects we build in this repository
NOTE: This is a beginners guide to get started with WebAssembly. So it doesn't include granular details of every concepts in WebAssembly. It's a collection of all the knowledge that I attained so far in the WebAssembly.
Top comments (0)