dart compile
Compile Dart to various formats
Subcommands
Name | Description |
---|---|
aot-snapshot | Compile Dart to an AOT snapshot |
exe | Compile Dart to a self-contained executable |
jit-snapshot | Compile Dart to a JIT snapshot |
js | Compile Dart to JavaScript |
kernel | Compile Dart to a kernel snapshot |
Options
Name | Description |
---|---|
-h, --help | Print this usage information |