dart-sdk/pkg/vm
Liam Appelbe 13ec07415b [vm] Async FFI callbacks
More details about the design:
https://docs.google.com/document/d/1QDjyY_6wOTOgURwpeYMKU9qEz0gKxx2MUrdruC6Kp6c/edit?usp=sharing

Change-Id: Ie3985d86dca7f5010044ca46c33ca177588c0f69
Bug: #37022
CoreLibraryReviewExempt: Reviewed by vm and api groups. web and wasm groups not affected because FFI isn't on those platforms.
TEST=async_void_function_callbacks_test.dart, ffi_callback_metadata_test.cc, other front end tests
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/305900
Commit-Queue: Liam Appelbe <liama@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-06-28 01:00:18 +00:00
..
bin [vm/kernel_service] Fix native_assets.yaml discovery 2023-02-27 16:49:25 +00:00
lib [vm] Async FFI callbacks 2023-06-28 01:00:18 +00:00
test [dart2wasm] Add option and target for stringref. 2023-06-21 14:25:38 +00:00
testcases/transformations [vm] Async FFI callbacks 2023-06-28 01:00:18 +00:00
tool Enable patterns in IL comparison tests on Windows 2023-03-10 01:14:18 +00:00
analysis_options.yaml
LICENSE
OWNERS
pubspec.yaml [vm] Async FFI callbacks 2023-06-28 01:00:18 +00:00
README.md

This package hosts VM specific Dart code and helper scripts.