Update compile status output

Fixes https://github.com/dart-lang/sdk/issues/55526

Change-Id: I30515a7e104f62fc43f6abc018cbb0614b2ed5e2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365462
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
diff --git a/pkg/dartdev/lib/src/commands/compile.dart b/pkg/dartdev/lib/src/commands/compile.dart
index 6b403e0..d48ce44 100644
--- a/pkg/dartdev/lib/src/commands/compile.dart
+++ b/pkg/dartdev/lib/src/commands/compile.dart
@@ -537,8 +537,7 @@
 
 class CompileWasmCommand extends CompileSubcommandCommand {
   static const String commandName = 'wasm';
-  static const String help =
-      'Compile Dart to a WebAssembly/WasmGC module (EXPERIMENTAL).';
+  static const String help = 'Compile Dart to a WebAssembly/WasmGC module.';
 
   // The unique place where we store various flags for dart2wasm & binaryen.
   //
@@ -690,10 +689,6 @@
 
   @override
   FutureOr<int> run() async {
-    log.stdout('*NOTE*: Compilation to WasmGC is experimental.');
-    log.stdout(
-        'The support may change, or be removed, with no advance notice.\n');
-
     final args = argResults!;
     final verbose = this.verbose || args.flag('verbose');
 
diff --git a/pkg/dartdev/test/commands/compile_test.dart b/pkg/dartdev/test/commands/compile_test.dart
index 6b92fe8..a6ae4aa 100644
--- a/pkg/dartdev/test/commands/compile_test.dart
+++ b/pkg/dartdev/test/commands/compile_test.dart
@@ -887,7 +887,6 @@
       ],
     );
 
-    expect(result.stdout, contains('Compilation to WasmGC is experimental'));
     expect(result.stderr, contains('Error: '));
     // The CFE doesn't print to stderr, so all output is piped to stderr, even
     // including info-only output: