Do you use only rust for web? Not even a Javascript framework like React or Svelte?
Discussion
I wish, there's some good frameworks like Dioxus and Iced, but right now we just bundle the bitmask-core WASM binary into a React app using webpack. In the future we might start building more of our UI inside of WASM just to see if that speeds things up.