dart compile jit-snapshot <dart-entry-point>
Compile Dart to a JIT snapshot
Arguments
| Name | Description | 
|---|---|
dart-entry-point | The Dart file containing the main function | 
Options
| Name | Description | 
|---|---|
-h, --help | Print this usage information | 
-o, --output  <dart-entry-point> | Write the output to <file-name> | 
--verbosity  <verbosity-level> | Sets the verbosity level of the compilation |