Skip to main content

Functions

Type Alias Functions 

Source
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 */ }