View Source Signet.VM.Context (Signet v1.3.8)
Summary
Types
@type op_map() :: %{required(integer()) => Signet.VM.opcode()}
Functions
@spec fetch_ffi(t(), Signet.VM.address()) :: {:ok, Signet.VM.code()} | {:error, Signet.VM.vm_error()}
@spec init_from(Signet.VM.code(), Signet.VM.ffis()) :: t()