mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web] Update wasm CLI details to be clear JavaScript is ALSO compiled (#147944)
At the moment, we ALWAYS compile JS with Wasm. The CLI flags should be clear on this!
This commit is contained in:
parent
00f40667c1
commit
4e81abe85f
@ -102,7 +102,7 @@ class BuildWebCommand extends BuildSubCommand {
|
||||
argParser.addSeparator('WebAssembly compilation options');
|
||||
argParser.addFlag(
|
||||
FlutterOptions.kWebWasmFlag,
|
||||
help: 'Compile to WebAssembly rather than JavaScript.\n$kWasmMoreInfo',
|
||||
help: 'Compile to WebAssembly (with fallback to JavaScript).\n$kWasmMoreInfo',
|
||||
negatable: false,
|
||||
);
|
||||
argParser.addFlag(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user