Slide 9
Slide 9 text
Dart Platform
Dart Native (JIT dan AOT)
➔ Berjalan di aplikasi mobile, desktop dan server.
➔ Dilengkapi dengan just-in-time compiler (JIT) sebagai kompiler development
➔ Memanfaatkan ahead-of-time (AOT) sebagai kompiler production
Dart Web (JavaScript)
➔ Berjalan di aplikasi web.
➔ Dilengkapi dengan Dart dev compiler (dartdevc) sebagai kompiler development
➔ Memanfaatkan dart2js sebagai kompiler production