| ▲ | Wintamute 4 hours ago | |
If you’re making a web app your fancy rust wasm module still has to interface with the dom, so you can’t escape that. Claude might offer you some fake simplicity on that front for awhile, but skeptical that’s it fully scalable | ||
| ▲ | slopinthebag 2 hours ago | parent [-] | |
There are plenty of Rust frameworks that handle this interface for you, including calling Rust functions from JS and JS functions from Rust. | ||