//! Data structures to provide transformation of the source
// addresses of a WebAssembly module into the native code.
use ir;
use LocalFunctionIndex;
use PrimaryMap;
/// Value ranges for functions.
pub type ValueLabelsRanges = ;
/// Stack slots for functions.
pub type StackSlots = ;
/// Memory definition offset in the VMContext structure.
/// ModuleInfo `vmctx` related info.