Skip to content

Commit

Permalink
doc: added link to Flutter wasm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Jun 6, 2024
1 parent fcbb075 commit e0ebcf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ More on web renderers here: https://flutter.dev/docs/development/tools/web-rende
webRenderer: canvaskit
```

You can also specify if you want to build to webassembly with the `compileToWasm` property. If specified the `webRenderer` property will be ignored.
You can also specify if you want to build to WebAssembly with the `compileToWasm` property. If specified the `webRenderer` property will be ignored.

More on WebAssembly here: https://docs.flutter.dev/platform-integration/web/wasm

```yml
...
Expand Down

0 comments on commit e0ebcf0

Please sign in to comment.