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

web/wasm: note that changing HTTP headers is now only recommended, not required for Wasm #11649

Open
1 task
kevmoo opened this issue Jan 30, 2025 · 0 comments
Open
1 task
Labels
from.page-issue Reported in a reader-filed concern

Comments

@kevmoo
Copy link
Contributor

kevmoo commented Jan 30, 2025

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.

  • I will try and fix this problem on docs.flutter.dev.
@kevmoo kevmoo added the from.page-issue Reported in a reader-filed concern label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from.page-issue Reported in a reader-filed concern
Projects
None yet
Development

No branches or pull requests

1 participant