Skip to content

Commit ce2e513

Browse files
committed
Update web publishing to include WASM option
1 parent 0ffc394 commit ce2e513

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/testing-deployment-publishing/publishing/web-publishing.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ To add platform support, navigate to the **Setting and Integrations > Project Se
3838

3939
![enable-web](../imgs/enable-web.avif)
4040

41+
:::info
42+
43+
Enabling web support automatically enables
44+
[**deep linking**](../../ff-concepts/navigation-routing/deep-dynamic-linking.md) for your project. This helps in creating URLs for every page of your app.
45+
46+
:::
47+
4148
#### Advanced Web Settings
4249

4350
1. **Use CanvasKit**: Enabling this option can provide high-quality graphics and text rendering on web platforms.
@@ -58,12 +65,14 @@ To add platform support, navigate to the **Setting and Integrations > Project Se
5865

5966
3. **Import Emoji Library**: Importing the Emoji library is necessary if your app may use emojis anywhere in any text widget. However, this will increase the size of your app on web.
6067

61-
:::info
68+
4. **Use WASM (Beta)**: Enabling this option will build your app using Flutter’s **WASM (WebAssembly) web renderer**. For more details, see the [Flutter Documentation on WASM](https://docs.flutter.dev/platform-integration/web/wasm).
69+
70+
:::warning
71+
- This feature is currently in *Beta*, so it should be used with caution.
72+
- The WASM is not supported in *Test Mode* yet.
73+
:::
6274

63-
Enabling web support automatically enables
64-
[**deep linking**](../../ff-concepts/navigation-routing/deep-dynamic-linking.md) for your project. This helps in creating URLs for every page of your app.
6575

66-
:::
6776

6877
#### Troubleshooting CORS Issues
6978

0 commit comments

Comments
 (0)