Module cranelift_interpreter::environment[][src]

Expand description

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

Structs

FuncIndex

An opaque reference to a Function stored in the FunctionStore.

FunctionStore

A function store contains all of the functions that are accessible to an interpreter.