mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
* conditially require serialize * we're using a trait alias and a clearer implementation of the constraints * after merging with separated agent * no trait aliases :( * specialized the types for Drop a bit * added an additional constraint on an agent * emitted with fmt fixes * dropped the useless debug constraint on the input * fix stdweb examples * dropped unneeded debug constraints * linter
multi_thread
You should compile a worker which have to be spawned in a separate thread:
cargo web build --bin native_worker --release