We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf1559 commit c1c2f93Copy full SHA for c1c2f93
packages/flutter_tools/lib/src/commands/build_web.dart
@@ -102,7 +102,7 @@ class BuildWebCommand extends BuildSubCommand {
102
argParser.addSeparator('WebAssembly compilation options');
103
argParser.addFlag(
104
FlutterOptions.kWebWasmFlag,
105
- help: 'Compile to WebAssembly rather than JavaScript.\n$kWasmMoreInfo',
+ help: 'Compile to WebAssembly (with fallback to JavaScript).\n$kWasmMoreInfo',
106
negatable: false,
107
);
108
0 commit comments