fn translate_load<FE: FuncEnvironment + ?Sized>(
    memarg: &MemArg,
    opcode: Opcode,
    result_ty: Type,
    builder: &mut FunctionBuilder<'_>,
    state: &mut FuncTranslationState,
    environ: &mut FE,
) -> WasmResult<Reachability<()>>
Expand description

Translate a load instruction.

Returns the execution state’s reachability after the load is translated.