Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Prompt -> Stream<Token>
Offload the WebAssembly runtime and WebGPU rendering/computation loops to a Web Worker, communicating results back to the main thread via asynchronous message passing.
Problem it solves
Heavy tensor computations block the browser's main thread, causing UI freezes and rendering stutters.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.