Get desktop application:
View/edit binary Protocol Buffers messages
Arc is an Arc module combining visual graph representation and text-based source code for reactive control systems. Compiles to WebAssembly for sandboxed execution.
Used in: , ,
key is the unique identifier for this module.
name is a human-readable name for the module.
mode specifies the representation mode for this module. Either "text" for text-based Arc code or "graph" for visual dataflow.
graph is the visual dataflow graph representation of the module.
text is the text-based Arc source code.
program is the compiled module output including IR and WebAssembly bytecode.
status is the current execution status of the module.
Mode specifies whether an Arc module uses text-based or graph-based representation.
Used in:
StatusDetails contains Arc-specific status details for execution state.
running indicates whether the Arc module is currently executing.