Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dart_vm_binary should produce a standalone executable #76

Open
cbracken opened this issue May 14, 2022 · 1 comment
Open

dart_vm_binary should produce a standalone executable #76

cbracken opened this issue May 14, 2022 · 1 comment

Comments

@cbracken
Copy link
Owner

Previously, the Dart SDK had no support for building standalone executables. The two options were:

  • Running from source
  • Running from a binary snapshot tied to a particular VM version

Dart now supports building native ELF (Linux), Mach-O (macOS), PE (Windows) binaries. This drastically simplifies management and deployment of build products.

We should support emitting a standalone binary from dart_vm_binary. Ideally this should be the default, but it would be good to avoid breaking any existing users of the current bundle/snapshot format.

@luangong
Copy link

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants