1 comment

[ 3.1 ms ] story [ 11.2 ms ] thread
Hi HN! This is an article about using WebAssembly to speed up a web application.

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.