Type Definition wasmer_compiler::Functions 
source · [−]pub type Functions = PrimaryMap<LocalFunctionIndex, CompiledFunction>;Expand description
The compiled functions map (index in the Wasm -> function)
pub type Functions = PrimaryMap<LocalFunctionIndex, CompiledFunction>;The compiled functions map (index in the Wasm -> function)