NAME
PAX::StandaloneImage - build standalone PAX executable images
DESCRIPTION
This module packages an entrypoint, compiled code units, runtime helpers, dependency payloads, native artifacts, and assets into one executable. Runtime helper discovery is independent of the current working directory, so pax build -o output bin/pax can be launched from a directory with no local lib/ directory.
METHODS
new
Constructs a standalone image builder.
build
Builds a standalone executable from entrypoint, library paths, source roots, cpanfile inputs, assets, output path, and runtime mode.
load
Loads a previously written standalone image manifest by name.