pub type Functions = PrimaryMap<LocalFunctionIndex, CompiledFunction>;
Expand description
The compiled functions map (index in the Wasm -> function)
Aliased Typeยง
struct Functions { /* private fields */ }
pub type Functions = PrimaryMap<LocalFunctionIndex, CompiledFunction>;
The compiled functions map (index in the Wasm -> function)
struct Functions { /* private fields */ }