1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00
dart-sdk/tools
Aske Simon Christensen 6faa5f3bd0 [dart2wasm] Initial commit for the Dart-to-WasmGC compiler.
This is work in progress. Several language features are still
unimplemented or only partially implemented.

Instructions for running the compiler and its output can be found in
pkg/dart2wasm/dart2wasm.md. These procedures are preliminary and
expected to change.

The best version of d8 to use for this version of dart2wasm is 10.0.40,
as explained here: https://dart-review.googlesource.com/c/sdk/+/232097

This commit also adds a dart2wasm-hostasserts-linux-x64-d8 testing
configuration to run the compiler over the test suite.

The history of the prototype that this is based on can be seen here:

https://github.com/askeksa-google/sdk/tree/wasm_prototype

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

Change-Id: I910b6ff239ef9c5f66863e4ca97b39b8202cce85
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175728
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Aske Simon Christensen <askesc@google.com>
2022-02-16 11:11:14 +00:00
..
bots [dart2wasm] Initial commit for the Dart-to-WasmGC compiler. 2022-02-16 11:11:14 +00:00
buildtools [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
dart2js Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
dom Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
fuchsia [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
linux_dist_support Remove check for standalone pub from linux distribution support 2022-02-09 13:13:44 +00:00
package_deps Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
patches [infra] Ensure that only git dependencies are pulled/updated via git. 2021-05-12 22:31:40 +00:00
sdks Remove references to dartfmt in various comments and docs. 2021-10-01 00:56:14 +00:00
spec_parser Add enhanced enums support to Dart.g 2021-10-11 14:08:55 +00:00
test_generators Change "dartfmt" -> "dart format" in test generator. 2021-10-04 17:11:27 +00:00
testing [infra] Remove obsolete webdriver/selenium support from testing 2019-06-18 06:59:09 +00:00
verify_docs Make expression-detection in doc verifier more discriminating. 2022-01-24 11:12:18 +00:00
.gitignore Reland https://dart-review.googlesource.com/c/sdk/+/96500 2019-03-13 21:03:01 +00:00
3xhead_flutter_hooks.sh [infra] Extend 3head patching to apply patches for flutter/flutter depending on pinned engine commit 2019-02-04 12:37:10 +00:00
addlatexhash.dart [tools] Fix addlatexhash.dart in NNBD mode 2020-03-23 19:47:52 +00:00
build.py [build] Check that a second Ninja invocation does nothing. 2021-05-26 17:48:30 +00:00
canary.dart
copy_dart.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
copy_tree.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
create_pkg_manifest.py [tools] Update all iteritems -> items 2021-05-20 11:36:52 +00:00
diff_results.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
download_chromium_sysroot.sh [infra] Remove wheezy left overs from SDK 2020-06-04 18:32:29 +00:00
experimental_features.yaml Disable 2.15 language features experiment flags. 2022-01-25 19:26:49 +00:00
FAKE_COMMITS [co19] Roll co19_2 to a93f8484f7265f0849692d3b1208323393733f8d 2021-10-14 19:22:36 +00:00
find_depot_tools.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
gen_fuchsia_test_manifest.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
generate_buildfiles.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
generate_experimental_flags.dart [vm] Get experimental flag default values from YAML 2020-11-13 00:29:38 +00:00
generate_idefiles.py [tool] idefiles remove analysis_options.yaml generation 2021-07-15 10:53:29 +00:00
generate_package_config.dart [ package:vm_service ] Migrate Observatory service tests to package:vm_service (Pt 1) 2021-11-05 17:04:07 +00:00
get_dot_git_folder.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
git_cl_try.sh [Test tool] Remove -c dartkb configuration 2020-11-02 14:06:19 +00:00
gn_helpers.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
gn.py Revert "Reland "[vm] Add analyze_snapshot tool for AOT snapshot inspection"" 2022-02-15 18:45:39 +00:00
line_doc_comments.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
list_dart_files_as_depfile.py Reapply "[build] Track glob dependencies via depfiles, instead of always re-executing scripts at GN time." 2021-05-12 00:27:28 +00:00
list_dart_files.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
make_version.py [vm] Rename clustered_snapshot.h/cc to app_snapshot.h/cc. 2021-09-16 00:13:34 +00:00
manage_deps.dart tools/manage_deps: use a more reliable way to check for a local branch 2021-10-08 10:12:33 +00:00
minidump.py [tool] Fixes crash in tools/minidump.py 2021-05-17 10:30:30 +00:00
opt_out_files.dart Add script to opt files out of null safety. 2020-10-17 01:28:53 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_ANALYZER [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_CFE [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_ENG [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_FOUNDATION [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_INFRA [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_PRODUCT [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_VM [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
OWNERS_WEB [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
presubmit.sh
promote.py [infra] Rely on the default ACL when uploading release artifacts. 2021-11-26 11:34:04 +00:00
publish_pkg.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
run_offsets_extractor.sh [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
run_with_coredumps_enabled.py [gardening] Add coredump archiving support to iso-stress builder. 2021-10-04 08:49:28 +00:00
set_ia32_sysroot.sh [build] Move to Jessie sysroots from Wheezy sysroots. 2018-10-25 15:05:22 +00:00
set_x64_sysroot.sh [build] Move to Jessie sysroots from Wheezy sysroots. 2018-10-25 15:05:22 +00:00
spec_parse.py Migrate tools/spec_parse.py to use python3 2021-04-19 15:33:38 +00:00
task_kill.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
test.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
test.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
utils.py [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
validate_test_matrix.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
VERSION Bump SDK version to 2.17 2022-01-10 11:05:10 +00:00
write_dartdoc_options_file.py Update dartdoc to 1.0.0 and lock down dartdoc warnings. 2021-06-29 19:31:28 +00:00
write_revision_file.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
write_version_file.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
yaml2json.dart Fix yaml2json for Windows 2022-01-13 09:18:34 +00:00