joystick
joystick copied to clipboard
Can we utilize WebAssembly module to assist with SSR?
Oh boy, BUZZWORDS.
In all seriousness, though, I think they're might be a way to eek out some performance at render time by taking a lot of the tree looping stuff and doing it with Rust (calling it via ffi). There's nothing terribly special about most of the work, but the recursion on stuff like CSS parsing and handling <when></when> tags is the clear bottleneck in performance tests.
Of course I'm skeptical because this could go off the rails fast, but it could also create a side opportunity for codifying a process for handling CPU-heavy work.