canLinkIntoHostBinary property

bool get canLinkIntoHostBinary

Whether this module can be folded into Pixa's single runtime host binary.

Implementation

bool get canLinkIntoHostBinary {
  return deployment == PixaRuntimeDeployment.builtInHostModule ||
      deployment == PixaRuntimeDeployment.hostLinkedPluginModule;
}