Live data from Hacker News

Ask HN: What are the use cases of WASM outside the browser?

news.ycombinator.com

1–10 of 27 posts

Re: Ask HN: What are the use cases of WASM outside the browser?

#7

Ideally I'd like to be able to write desktop apps with the syntax of C but the performance of electron

Thanks for the chuckle :) Reminds me of the old adage about how Washington DC combines Southern efficiency with Northern charm.

Re: Ask HN: What are the use cases of WASM outside the browser?

#10
It's the rebirth of Java without the drawback of necessarily needing a runtime; write once in whatever (supported) language and run everywhere, if other platforms like OSes embrace the standard. The closest thing I've found is Flutter but that's only in Dart.

Another use case, imagine a single program mixing and matching many different languages because they all compile up WASM as a universal format. This already happens in the frontend web with so called microfrontends which basically let you write various components in React, Vue, Angular etc and it all compiles down to JS.

Post reply on HN