DEV Community

Discussion on: How to only Rust for web front_end

Collapse
 
roka profile image
Robert Katzki

Thanks! A comparison to the same in just JS would be interesting to see whether it’s worth the effort to use WASM.

Thread Thread
 
arnthelongbeard profile image
arn-the-long-beard

When I push a lot the size of the grid, I get better performance on wasm+js than Seed, but that is mainly because I did not optimize the Seed code.

But the code for me is still much easier to work with, update & maintain in pure Rust than js :)