Dart 2.6 Goes Native on Linux, Windows, and MacOS
The latest version of Google programming language Dart, numbered 2.6, extends support for native, ahead-of-time (AOT) compilation with the addition of
dart2native
, which enables the creation of command-line programs on Linux, Windows, and MacOS.
Importantly,
dart2native
generates self-contained binaries, meaning they do not require the Dart SDK to run.
No comments:
Post a Comment