Web Assembly
Web Assembly looks like a really powerful tool for web development once it is completed and all of the features are out there. I really liked that at the end Lin gave the advice to not use it for application development just yet, it felt like honest, and it is important to recognize the present capabilities of your software. Although the blog is from 2018, so I am not sure how much has Web Assembly improved in these 3 years since. Looking at the Web Assembly Concepts page that we had to read for the quiz it still says that it still can’t directly access the DOM so I will suppose that it is still not ready for applications. Programming this kind of compiler with efficiency being such a large focus can’t be easy. Probably Web Assembly would have been a nice tool to learn in the Graphics course as right now we are using libraries of JavaScript to do our projects and the teacher gave us a warning of being mindful of which models we use as they may cause performance issues. Some of us