a98ce03e13
`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>