Skip to content
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

Add an option to automatically run wasm-opt on wasm binaries #32

Open
Jacalz opened this issue Jan 26, 2025 · 0 comments
Open

Add an option to automatically run wasm-opt on wasm binaries #32

Jacalz opened this issue Jan 26, 2025 · 0 comments
Labels
fyne command Issue related to the cmd/fyne command performance Issues related to performance

Comments

@Jacalz
Copy link
Member

Jacalz commented Jan 26, 2025

It is possible to optimize WASM binaries after they have been built using something like wasm-opt. There are various modes and different kind of optimizations that can be done (size, speed and some things not enabled by default etc.). We should investigate if this is viable to add in some way in order to improve performance. I am worried that this might take a long time to run.

@Jacalz Jacalz added fyne command Issue related to the cmd/fyne command performance Issues related to performance labels Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fyne command Issue related to the cmd/fyne command performance Issues related to performance
Projects
None yet
Development

No branches or pull requests

1 participant