Module frame

Source
Expand description

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

Structs§

Frame
Holds the mutable elements of an interpreted function call.