fn parse_local_decls<FE: FuncEnvironment + ?Sized>(
    reader: &mut dyn FunctionBinaryReader<'_>,
    builder: &mut FunctionBuilder<'_>,
    num_params: usize,
    environ: &mut FE,
) -> WasmResult<()>
Expand description

Parse the local variable declarations that precede the function body.

Declare local variables, starting from num_params.