Module cranelift_interpreter::frame[][src]

Expand description

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

Structs

Frame

Holds the mutable elements of an interpreted function call.