HACKER Q&A
📣 hknmtt

Real-world examples of WASM usage on FE


Simple question - are people(developers) actually using WASM in production for front-end and if yes, what for?


  👤 apignotti Accepted Answer ✓
Yours is a fair question. I think that, right now, adoption of WebAssembly is quite limited. On the other hand (here at LeanigTech) we are extremely bullish about its potential.

We believe that this technology would be adopted more with better tooling. Our main contribution to this space is Cheerp: A C++-to-WebAssembly _and_ JavaScript compiler (https://github.com/leaningtech/cheerp-meta/). It is designed to seamlessly take advantage of Wasm without sacrificing easy access to Web APIs, all from within C++ with no need of post-processing and glue code.

We know for a fact that amazing products can be build with Cheerp, because we have done it ourselves.

CheerpX is a x86 virtual machine running in the browser, fully written in C++ and compiled with Cheerp. It includes a JIT-compiler that is able to analyze x86 binary code and emit new WebAssembly modules on the fly.

Our most impressive demo yet (WebVM) is available here: https://webvm.io/


👤 tarun_anand
https://bytecodealliance.org/articles/wasmtime-1-0-fast-safe...

Hope you saw wasmtime announcement

Shopify etc



👤 1nf_
All of the avionics for Microsoft Flight Simulator are made in WASM.

👤 5Qn8mNbc2FNCiVV
krunker.io

We play it often at work and it's always amazing what's doable in there and the performance is really good