Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@testing_LogEntry.hrl
Raw

include/lightspeed@testing_LogEntry.hrl

-record(log_entry, {
step :: integer(),
instruction :: lightspeed@agent@isa:instruction(),
opcode :: binary(),
summary :: binary()
}).