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
Otherwise, they mention setting opt-level = 's', which we already have in place. I justed tested adding lto = true - that increased the size of pkg/wasm_nu_bg.wasm by about 9kb.
Looks like there are some tips here: https://rustwasm.github.io/book/reference/code-size.html
For how we might be able to optimize the code size of the wasm we transmit.
The text was updated successfully, but these errors were encountered: