Expand description

Execute a set of opcodes in a MelVM environment.

Structs

The execution environment of a covenant. Matches the CovenantEnv struct of themelio_stf package. However, fields here are owned not borrowed.

A wrapper of the MelVM Executor, associated with a list of opcodes to execute.

Functions

Disassemble a binary code using the MelVM disassembler.

Execute the given environment to completion or failure.

Type Definitions

A view into an execution environment.

Points to current instruction of a program in an ExecutionEnv.