Directories
¶
| Path | Synopsis |
|---|---|
|
Package analyzer loads Go packages with full type information and builds the internal representation used by the rest of the WASM compilation pipeline: call graph construction, closure computation, and AST transformation.
|
Package analyzer loads Go packages with full type information and builds the internal representation used by the rest of the WASM compilation pipeline: call graph construction, closure computation, and AST transformation. |
|
Package callgraph builds a directed graph of function calls within user packages and identifies cleat leaves (functions that directly call HostCalls methods).
|
Package callgraph builds a directed graph of function calls within user packages and identifies cleat leaves (functions that directly call HostCalls methods). |
|
Package closure computes the transitive closure of cleat functions, validates supported Go constructs, and verifies HostCalls threading.
|
Package closure computes the transitive closure of cleat functions, validates supported Go constructs, and verifies HostCalls threading. |
|
Package plugingen provides multi-language code generation from cleat plugin manifests.
|
Package plugingen provides multi-language code generation from cleat plugin manifests. |
|
Package telemetry provides OpenTelemetry tracing initialization and span helpers for cleat workflows.
|
Package telemetry provides OpenTelemetry tracing initialization and span helpers for cleat workflows. |
|
Package transform implements AST source-to-source transformation that automatically threads cleat.HostCalls through the cleat closure.
|
Package transform implements AST source-to-source transformation that automatically threads cleat.HostCalls through the cleat closure. |
Click to show internal directories.
Click to hide internal directories.