Current section
Files
Jump to
Current section
Files
lib/execution/frame.ex
defmodule AlchemyVM.Frame do
defstruct [:module, :instructions, :locals, :gas_limit, labels: [], snapshots: []]
@moduledoc false
end