fn declare_wasm_parameters(
builder: &mut FunctionBuilder<'_>,
entry_block: Block,
environ: &FuncEnvironment<'_>,
) -> usizeExpand description
Declare local variables for the signature parameters that correspond to WebAssembly locals.
Return the number of local variables declared.