[][src]Crate cranelift_interpreter

Cranelift IR interpreter.

This module is a project for interpreting Cranelift IR.

Modules

environment

Implements the function environment (e.g. a name-to-function mapping) for interpretation.

frame

Implements a call frame (activation record) for the Cranelift interpreter.

interpreter

Cranelift IR interpreter.