1
0 Comments

Finally figured out what WebAssembly is

You can build web apps by using languages other than JS for better performance. You could use C/C++/Rust if you wanted to build something like a video editor, collaborative editor, VR/AR app, etc.

Anything that needs low latency and high performance. Figma actually uses WebAssembly for their web app. If you want the performance of a desktop app to be able to run in the browser use WebAssembly. Downside is that it's more dev work to set up.

Resources:

on February 13, 2022