Skip to content

Commit c1c2f93

Browse files
kevmoopull[bot]
authored andcommitted
[web] Update wasm CLI details to be clear JavaScript is ALSO compiled (flutter#147944)
At the moment, we ALWAYS compile JS with Wasm. The CLI flags should be clear on this!
1 parent 3cf1559 commit c1c2f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/commands/build_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class BuildWebCommand extends BuildSubCommand {
102102
argParser.addSeparator('WebAssembly compilation options');
103103
argParser.addFlag(
104104
FlutterOptions.kWebWasmFlag,
105-
help: 'Compile to WebAssembly rather than JavaScript.\n$kWasmMoreInfo',
105+
help: 'Compile to WebAssembly (with fallback to JavaScript).\n$kWasmMoreInfo',
106106
negatable: false,
107107
);
108108
argParser.addFlag(

0 commit comments

Comments
 (0)