Hey HN, one of the creators here! I made it at Cruise because it was super painful to develop <a href="https://webviz.io" rel="nofollow">https://webviz.io</a> with manual memory management (lots of ArrayBuffers), WebWorkers, etc. I thought that there must be a better way.<p>Very curious to hear stories from other folks building intensive stuff in the browser. How are you dealing with performance issues in Javascript? Have you tried using Rust or C++ with WebAssembly for parts of your apps? How did you make 2d/3d rendering faster? Would you want to use something like Zaplib?<p>(You may have seen my blog yesterday about the subtleties about Wasm vs JS/TS: <a href="https://zaplib.com/docs/blog_ts++.html" rel="nofollow">https://zaplib.com/docs/blog_ts++.html</a>)