You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
we want to speed up initial loading times by parallelizing the markdown rendering in our web assembly module
Describe the solution you'd like
using wasm_bindgen_rayon we should be able to quickly and easily implement a parallel solution to rendering and mounting components from rust
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
we want to speed up initial loading times by parallelizing the markdown rendering in our web assembly module
Describe the solution you'd like
using
wasm_bindgen_rayon
we should be able to quickly and easily implement a parallel solution to rendering and mounting components from rustDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: