Discussion:
[dart-misc] Are Dart Snapshots Cross-platform?
Jose Daniel Gomez Rodriguez
2016-09-22 02:25:36 UTC
Permalink
Can I copy a dart snapshot generated in a Ubuntu computer and run it in
another computer with Windows instead? or across ubuntu computers?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Rico Wind' via Dart Misc
2016-09-22 07:04:21 UTC
Permalink
Yes, but note that the windows computer would need its own dart vm to run
it (dart.exe, which you can take from the windows version of the sdk)

To run a snapshot you need the dart vm binary (dart on linux/mac, dart.exe
on windows) and the snapshot. The snapshot is platform independent.

Cheers
Rico

On Thu, Sep 22, 2016 at 4:25 AM, Jose Daniel Gomez Rodriguez <
Post by Jose Daniel Gomez Rodriguez
Can I copy a dart snapshot generated in a Ubuntu computer and run it in
another computer with Windows instead? or across ubuntu computers?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...