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=...)
  • Custom extension point: context customizers

See Registering custom operators for concrete usage.

Registries

Artifacts