Skip to main content

Module runtime_computed_artifact

Module runtime_computed_artifact 

Source

Structs§

RuntimeComputedArtifact
Versioned runtime metadata and executable programs emitted from canonical IR.
RuntimeComputedArtifactDirtyFlag
Compiler-provided dirty state for one emitted computed evaluation.
RuntimeComputedArtifactEvaluation
Runtime metadata and canonical instruction program for one computed value.
RuntimeComputedArtifactInvalidation
Compiler-generated transitive computed invalidations for one state storage.
RuntimeComputedArtifactProgram
One compiler-lowered evaluation result and its authored-order instructions.
RuntimeComputedArtifactResourceInvalidation
Compiler-generated transitive computed invalidations for one exact Resource declaration. The browser runtime still resolves its activation through the active component instance; this artifact never exposes a dynamic lookup.
RuntimeComputedArtifactState
Compiler-lowered storage initialization available to computed programs.

Enums§

RuntimeComputedArtifactBinaryOperation
RuntimeComputedArtifactInstruction
One supported compiler-lowered computed instruction.
RuntimeComputedArtifactOperand
A runtime operand still tied to a canonical IR value or constant.
RuntimeComputedArtifactSerialization
Runtime-facing spelling for the compiler’s serialization contract.
RuntimeComputedArtifactUnaryOperation

Constants§

RUNTIME_COMPUTED_ARTIFACT_SCHEMA_VERSION

Functions§

build_runtime_computed_artifact
Emit deterministic runtime metadata and E10 programs from canonical ASM and IR.
runtime_computed_artifact_json
Serialize emitted computed runtime metadata as deterministic, pretty JSON.