← Back to context

Comment by aaroninsf

5 days ago

This is oddly timed in as much as one of the big success stories I've heard from a friend is their new practice of having Claude Code develop in Rust, than translate that to WebAssembly.

That seems much more like the future than embracing Node... <emoji here>

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

  • There are plenty of Rust frameworks that handle this interface for you, including calling Rust functions from JS and JS functions from Rust.