Versions in this module Expand all Collapse all v0 v0.2.1 Jan 18, 2026 v0.2.0 Jan 3, 2026 Changes in this version + type Options struct + KeepSource bool + OutputDir string + OutputName string + SkipBuild bool + Verbose bool + type Result struct + BinaryFile string + SourceFile string + Workflows []workflow.Workflow + func Compile(wfs []workflow.Workflow, opts *Options) (*Result, error) + func CompileFile(inputPath string, opts *Options) (*Result, error)