Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

dart_vm_binary should produce a standalone executable #76

@cbracken

Description

@cbracken

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions