mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
- Remove agents example - Agents example is replaced by web_worker_fib as they both serve the same purpose now that trunk 0.15 has been released - Clean up CI setup and ensure that examples are deployed in publish-examples.yml as they're built in size-cmp.yml
Web Worker Fib
Calculate fibrillation value of a number in the worker thread, without blocking the main thread.
Concepts
The example illustrates how to use gloo-worker to send tasks to a worker thread in a Yew application.
Thanks to
- insou22 for writing up the demo.
- https://github.com/yvt/img2text -- for how to make web workers compile in wasm