dart-sdk/pkg/dartdev/pubspec.yaml
Martin Kustermann 6788b733f3 [dart2wasm] Make dart compile wasm use AOT-compiled dart2wasm via subprocess
This reduces time for `dart compile wasm` on a hello world in

* `--no-optimize` mode from 8.2 to 1.8 seconds (0.6 sec via [0])
* `--optimize` mode from 9.2 to 3 seconds (1.6 sec via [0])

[0] pkg/dart2wasm/tool/compile_benchmark

Issue https://github.com/dart-lang/sdk/issues/54675

Change-Id: I47093e747f343b542bc7faa34e102c62657c7b81
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/347902
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2024-01-24 13:20:15 +00:00

46 lines
862 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
dart_style: any
dartdoc: any
dds: any
dds_service_extensions: any
dtd_impl: any
front_end: any
http: 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
vm_service: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
expect: any
file: any
lints: any
pub_semver: any
test: any