File tree 1 file changed +4
-4
lines changed
src/content/platform-integration/web
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ final isRunningWithWasm = identical(double.nan, double.nan);
91
91
92
92
### Serve the built output with an HTTP server
93
93
94
- Flutter web WebAssembly uses multiple threads to render your application
94
+ Flutter web WebAssembly can use multiple threads to render your application
95
95
faster, with less jank. To do this, Flutter uses advanced browser features that
96
96
require specific HTTP response headers.
97
97
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.
101
101
:::
102
102
103
103
| Name | Value |
You can’t perform that action at this time.
0 commit comments