internal/

directory
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2026 License: Apache-2.0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL