Skip to content

Commit 7e2d11b

Browse files
authored
Update wasm docs to be clear that additional headers are now optional (#11706)
Fixes #11649
1 parent 9231beb commit 7e2d11b

File tree

1 file changed

+4
-4
lines changed
  • src/content/platform-integration/web

1 file changed

+4
-4
lines changed

src/content/platform-integration/web/wasm.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ final isRunningWithWasm = identical(double.nan, double.nan);
9191

9292
### Serve the built output with an HTTP server
9393

94-
Flutter web WebAssembly uses multiple threads to render your application
94+
Flutter web WebAssembly can use multiple threads to render your application
9595
faster, with less jank. To do this, Flutter uses advanced browser features that
9696
require specific HTTP response headers.
9797

98-
:::warning
99-
Flutter web applications won't run with WebAssembly unless the server is
100-
configured to send specific HTTP headers.
98+
:::important
99+
Flutter web applications compiled with WebAssembly won't run with multiple-threads
100+
unless the server is configured to send specific HTTP headers.
101101
:::
102102

103103
| Name | Value |

0 commit comments

Comments
 (0)