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
Flutter 3.29 now allows Wasm to run on hosts without changing HTTP response headers.
Performance is improved when using the correct headers as it allows multi-threaded rendering, but users should still see improvements over JS even without header changes.
Expected fix
Update wording to be clear about the above changes in Flutter 3.29
Additional context
Make sure to mention the version.
I would like to fix this problem.
I will try and fix this problem on docs.flutter.dev.
The text was updated successfully, but these errors were encountered:
Page URL
https://docs.flutter.dev/platform-integration/web/wasm#serve-the-built-output-with-an-http-server
Page source
https://github.com/flutter/website/tree/main/src/content/platform-integration/web/wasm.md
Describe the problem
Flutter 3.29 now allows Wasm to run on hosts without changing HTTP response headers.
Performance is improved when using the correct headers as it allows multi-threaded rendering, but users should still see improvements over JS even without header changes.
Expected fix
Update wording to be clear about the above changes in Flutter 3.29
Additional context
Make sure to mention the version.
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: