91b0f16663
Closes https://github.com/dart-lang/sdk/issues/43711 Change-Id: I7628e4a6192efb26a12f8051b4fa87dfafabab9c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180960 Reviewed-by: Régis Crelier <regis@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
This directory contains samples of native extensions.
To run the samples, first build both the Dart SDK and the runtime. For example:
$ ./tools/build.py create_sdk runtime
Then execute the sample programs. For example:
$ xcodebuild/ReleaseX64/dart samples/sample_extension/test/sample_extension_test.dart