mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Example message with findings: ``` Wasm dry run findings: Found incompatibilities with WebAssembly. package:counter1/main.dart 3:1 - dart:html unsupported (0) Consider addressing these issues to enable wasm builds. See docs for more info: https://docs.flutter.dev/platform-integration/web/wasm Compiling lib/main.dart for the Web... 10.9s ✓ Built build/web ``` Example message without findings: ``` Wasm dry run succeeded. Consider building and testing your application with the `--wasm` flag. See docs for more info: https://docs.flutter.dev/platform-integration/web/wasm Compiling lib/main.dart for the Web... 10.8s ✓ Built build/web ``` --------- Co-authored-by: Nate Biggs <natebiggs@google.com>