brillig_vm

Module memory

Source
Expand description

Implementation of the VM’s memory

Structs§

  • The VM’s memory. Memory is internally represented as a vector of values. We grow the memory when values past the end are set, extending with 0s.

Enums§

  • Represents errors that can occur when interpreting or converting typed memory values.
  • A single typed value in the Brillig VM’s memory.

Constants§