-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(core): Optimize size of WASM library #12786
Comments
From slack: eberhard 4-DEC 2024 marc
Admittedly being a lib file it's bigger than the final linked wasm will be, but it's a sign of bloat 🙂 eberhard
The biggest chunk is |
Good start on analysis! This will be helpful when we come to the tree-shaking and optimization of the core wasm work, multiple libraries may well be the best way forward. |
Related-to: #11293
The text was updated successfully, but these errors were encountered: