Wasm Builders 🧱

Discussion on: Why are you excited about WebAssembly?

Collapse
 
elimisteve profile image
Steve Phillips

I'm excited about WebAssembly because it gives us something we have never had in the history of computer programming: the ability to program in whatever language we want, use libraries written in different languages (once compiled to Wasm), then build one version of an app that runs everywhere -- every desktop OS, every mobile device, every server, every browser.

And on top of all that, to have super-efficient sandboxing as well?!

Incredible!

If you want to give people just one article about WebAssembly that will give them a sense of what it makes possible, read harshal.sheth.io/2022/01/31/webass... .

On my own blog I have collected additional links to blog posts and talks, here: tryingtobeawesome.com/wasm/ .

Happy Wasming! :-D