Module state

Source
Expand description

Cranelift instructions modify the state of the machine; the State trait describes these ways this can happen.

Enums§

InterpreterFunctionRef
MemoryError

Traits§

State
This trait manages the state necessary to interpret a single Cranelift instruction–it describes all of the ways a Cranelift interpreter can interact with its virtual state. This makes it possible to use the Interpreter in a range of situations: