We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d61eef commit 43ff5bfCopy full SHA for 43ff5bf
pkgs/test_api/lib/src/backend/compiler.dart
@@ -8,7 +8,7 @@ enum Compiler {
8
dart2js('Dart2Js', 'dart2js'),
9
10
/// Experimental Dart to Wasm compiler.
11
- dart2wasm('Dart2WASM', 'dart2wasm'),
+ dart2wasm('Dart2Wasm', 'dart2wasm'),
12
13
/// Compiles dart code to a native executable.
14
exe('Exe', 'exe'),
0 commit comments