|
|
|
|
|
by ahoge
4102 days ago
|
|
Dart is natively supported outside browsers. There is the standalone VM, which you can use just like Node.js, and the VM library, which you can embed in native applications. The VM is crossplatform and it even supports ARM and MIPS. They are also working on an interpreter which will get around the JIT restrictions on iOS and Windows Phone. |
|