Skip to content

Reference

Overview

This section provides a comprehensive reference for heliaAOT, including detailed information about commands, flags, and configuration options. Use this as a guide to understand the capabilities of heliaAOT and how to effectively utilize it in your projects. Be sure to also check out the How-to Section for specific examples and use cases.

Commands

Registry Context

heliaAOT resolves parsers, AOT operator classes, transforms, and AIR options through an explicit RegistryContext injected at runtime.

  • Default context factory: build_default_registry_context(...)
  • Converter contract: AotConverter(config, registry_context=...) (optional; defaults to built-ins if omitted)
  • Custom extension point: context customizers

See Registering custom operators for concrete usage.

Registries

Artifacts