Struct wasmi_validation::util::Locals
source · [−]pub struct Locals<'a> { /* private fields */ }
Expand description
Locals are the concatenation of a slice of function parameters with function declared local variables.
Local variables are given in the form of groups represented by pairs of a value_type and a count.
Implementations
Create a new wrapper around declared variables and parameters.
Returns parameter count.