stephen-taipei
- 1 skill
- 0 followers
- 13 hours ago last updated
- ▌ Review Rust Wasm · stephen-taipei bundleFind CPU-bound JavaScript/TypeScript hot paths worth porting to Rust + WebAssembly, port the ones the user picks, run them in a Web Worker so the main thread stays responsive, benchmark before/after, and produce a PDF acceptance report. Use when the user asks which logic could benefit from Rust or WASM, reports page jank, freezing, long tasks or blocked UI during computation, wants to move heavy work off the main thread, or says things like "哪些邏輯適合改用 rust/wasm"、"頁面卡頓"、"運算很慢"、"效能優化"、"搬到 web worker"、"不要阻塞畫面".