Skip to content

Commit

Permalink
Update wasm docs to be clear that additional headers are now optional (
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 11, 2025
1 parent 9231beb commit 7e2d11b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/platform-integration/web/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ final isRunningWithWasm = identical(double.nan, double.nan);

### Serve the built output with an HTTP server

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

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

| Name | Value |
Expand Down

0 comments on commit 7e2d11b

Please sign in to comment.