DEV Community

Discussion on: Using Rust and WebAssembly to Process Pixels from a Video Feed

Collapse
 
fallenstedt profile image
Alex Fallenstedt

For my next article, I am working on a performance comparison of WebAssembly, Vanilla JS, and WebWorkers.

In the mean time, I have a rust + react template for you to learn Rust and WebAssembly with. github.com/Fallenstedt/wasm-react-...