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
As explored in #16, our WASM size is currently more than 300k, which is potentially large for Web.
Investigate what can be done with that, perhaps we can avoid building packages like rand (and just use rand() from js-sys) or optimize compilation for size (trying not to neglect speed at the same time).
The text was updated successfully, but these errors were encountered:
As explored in #16, our WASM size is currently more than 300k, which is potentially large for Web.
Investigate what can be done with that, perhaps we can avoid building packages like
rand
(and just userand()
fromjs-sys
) or optimize compilation for size (trying not to neglect speed at the same time).The text was updated successfully, but these errors were encountered: