Hello everyone!
It’s been a while since I started working with WebAssembly. I fell in love with the idea of WebAssembly and built some cool projects with it. Now I have decided to share my knowledge with you all. This will be a series of blog posts that dive into the many topics of WebAssembly. At this time, I have no idea how many articles will be published. My rough estimate would be at least 5, but probably more.
Don’t worry, I’ll keep this post updated with links to all my upcoming posts. This article will serve as an index to all other articles.
Almost every article will be practice-first so everyone can understand the underlying theory by looking at clear examples.
You can find the code for all the projects we build in this repository
Note: This is a guide to getting started with WebAssembly. Therefore, it does not contain detailed details of every concept in WebAssembly. It's a collection of all the knowledge I've gained so far in WebAssembly.
The above is the detailed content of WebAssembly - a beginners guide. For more information, please follow other related articles on the PHP Chinese website!