[][src]Module cranelift_interpreter::interpreter

Cranelift IR interpreter.

This module contains the logic for interpreting Cranelift instructions.

Structs

Interpreter

The Cranelift interpreter; it contains immutable elements such as the function environment and implements the Cranelift IR semantics.

Enums

ControlFlow

The valid control flow states.

Trap

The ways interpretation can fail.