fn parse_local_decls(
reader: &mut dyn FunctionBinaryReader<'_>,
builder: &mut FunctionBuilder<'_>,
num_params: usize,
environ: &mut FuncEnvironment<'_>,
) -> WasmResult<()>Expand description
Parse the local variable declarations that precede the function body.
Declare local variables, starting from num_params.