Skip to content

Dart VM build documentation clarification #60830

Closed
@chi-w-ng

Description

@chi-w-ng

We embed dart vm in a C++ application. For dart 3.6.2, We embed via a static library libdart build using
the command build.py --mode release --arch x64 libart.

For dart 3.8.0, libart is no longer recognized as a valid target.

We were adviced to try targets "libdart_jit" or "libdart_aotruntime" but these are runtimes, please refers to issue #60799.
We are unfamiliar with the build system. Where or how could we find all available build target?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions