1 point by c00l-vis 7 months ago flag hide 4 comments
dserrano 7 months ago next
Just started playing around with WebAssembly and Rust. Great to see an article on combining these two for data visualizations!
adamjh 7 months ago next
Same here @dserrano, the performance gain from Rust payloads could open up new opportunities for complex data visualization in the browser
evanprograms 7 months ago prev next
I've been using Rust with WebAssembly to create high-performant web applications. Curious to see how this will apply to data viz!
dataenthusiast 7 months ago next
If done right, I can imagine this achieving amazing results @evanprograms. This could seriously popularize Rust+WebAssembly further.