yew/examples/multi_thread
Justin Starry 43e9347269
Add render method to Component and auto implement Renderable (#563)
* Add render method to Component and auto implement Renderable

* More cleanup

* Rename Renderable method from view to render

* Doc fixes

* fix

* Update CHANGELOG.md
2019-09-30 22:23:25 -04:00
..
2019-02-16 10:32:57 +03:00
2019-02-02 16:03:07 +03:00

multi_thread

You should compile a worker which have to be spawned in a separate thread:

cargo web build --bin native_worker --target wasm32-unknown-unknown