Object Oriented State Management With WebAssembly and Rust — State management in any application is always a super fun problem to solve. When it comes to integrating WebAssembly with existing applications or starting from scratch with a new project, this problem gets even more interesting, but it’s not as complicated as it may seem. Before we jump in, I…