VM

Dart supports two platforms:

  • Native for apps targeting mobile and desktop devices, running on the VM with JIT compilation.
  • Web, where code is compiled to JavaScript targeting either a development or production environment.

Backlinks