We Used WebAssembly to Speed Up Our Web App by 20X(smashingmagazine.com)
smashingmagazine.com
We Used WebAssembly to Speed Up Our Web App by 20X
https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/
https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/
As I mention in the article, WebAssembly isn't always the right tool for the job, but for our use case, it was a great fit because we were able to port an existing data analysis tool written in C to WebAssembly, and use that to replace the slow JavaScript calculations we were using initially.