Type Alias wasmer_compiler::types::function::Functions
source · pub type Functions = PrimaryMap<LocalFunctionIndex, CompiledFunction>;
Expand description
The compiled functions map (index in the Wasm -> function)
Aliased Type§
struct Functions { /* private fields */ }