Is there Dart VM available?

这一生的挚爱 提交于 2019-11-30 13:48:41

问题


Just read news that Google had announced an early preview of the new web programming language Dart. The documentation on the dartlang.org states:

You will be able to run Dart code in several ways:

  • Translate Dart code to JavaScript that can run in any modern browser: Chrome, Safari 5+, and Firefox 4+ (more browser support coming shortly).

  • Execute Dart code directly in a VM on the server side

  • Use Dartboard to write, modify, and execute small Dart programs within any browser window

And I'm curious is there already VM available to run Dart code? Can't find it anyway, maybe it is available through some beta program?


回答1:


A pre-built binary of the Dart VM is available in the Dart SDK. Alternatively, you can checkout the source to the whole Dart project, which includes the VM.




回答2:


Dartium, Chromium with a Dart VM, is now available.

http://www.dartlang.org/dartium/




回答3:


You can download precompiled binary runtime for Windows, Linux and Mac from Dart Force. Another way is to run node.js-style HTTP server using Fling.



来源:https://stackoverflow.com/questions/7714302/is-there-dart-vm-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!