Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct{}
func (Generator) GenerateForComponent ¶ added in v0.33.0
func (g Generator) GenerateForComponent( build src.Build, pkgName string, componentName string, ) (*ir.Program, error)
GenerateForComponent builds IR for a given exported component as the root. it maps all component inports to the program start payload and all outports to the program stop payload, enabling call/return semantics.
Click to show internal directories.
Click to hide internal directories.