From 03b595e9cfed920ac59909fcb99703527dabfd27 Mon Sep 17 00:00:00 2001 From: Martin Kustermann Date: Thu, 13 Jun 2024 22:15:41 +0200 Subject: [PATCH] Use --(no-)strip-wams instead of --(no-)-name-section in `dart compile wasm` (#149641) The Dart SDK change in [0] introduced the `--(no-)strip-wasm` flag to align with the flag name in `flutter build web`, so we can use that flag now in flutter tools. [0] https://dart-review.googlesource.com/c/sdk/+/369062