Files
sdk/pkg/dartdev/lib
Martin Kustermann a98ce03e13 [dart2wasm] Add --(no-)strip-wasm flag and deprecate --(no-)name-section
`flutter build web --wasm`
  * uses the `--(no-)strip-wasm` flag for stripping
  * by default it strips the wasm file in `--release` mode

=> We align `dart compile wasm` to use the same flag and have the same
   default.

After this CL rolled into flutter, we can make flutter pass the new flag
down and remove the old `--name-section` flag.

Change-Id: I6dc6be86a3a90f14617bc795843b0e54f54fa761
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/369062
Reviewed-by: Ömer Ağacan <omersa@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2024-05-31 13:17:38 +00:00
..