Files
sdk/pkg/dartdev/pubspec.yaml
T
Michael Thomsen 0df58fc2d0 Add new dart compile wasm command.
Marked as experimental, and only shown when verbose flag is passed:

```
$ dart help compile -v
Compile Dart to various formats.

Usage: dart [vm-options] compile <subcommand> [arguments]
-h, --help    Print this usage information.

Available subcommands:
  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.
  wasm           Compile Dart to a WebAssembly/WasmGC module (EXPERIMENTAL).
```

Change-Id: I6a0e65d4fbdd7b2782406b8b9969e14036bf0711
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304860
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
Reviewed-by: Aske Simon Christensen <askesc@google.com>
2023-12-05 15:44:53 +00:00

44 lines
815 B
YAML

name: dartdev
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analysis_server: any
analysis_server_client: any
analyzer: any
args: any
cli_util: any
collection: any
dart2native: any
dart2wasm: any
dart_style: any
dartdoc: any
dds: any
front_end: any
logging: any
meta: any
native_assets_builder: any
native_assets_cli: any
package_config: any
path: any
pub: any
telemetry: any
unified_analytics: any
usage: any
vm: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
expect: any
file: any
http: any
lints: any
pub_semver: any
test: any