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