On WebAssembly
This blog is not going to define what WebAssembly is, how it interacts with JS or other languages; there are too many blogs and posts available on the internet already. If you’re not familiar with WebAssembly, I would suggest you start here: A cartoon intro to WebAssembly WebAssembly Concepts This blog post is about wondering what WebAssembly can look like for some usecases. Run Everywhere WebAssembly can run everywhere - atleast that’s the goal. It’s performant - as performant as C/C++ and it’s secure. ...