fn translate_load(
memarg: &MemArg,
opcode: Opcode,
result_ty: Type,
builder: &mut FunctionBuilder<'_>,
state: &mut FuncTranslationState,
environ: &mut FuncEnvironment<'_>,
allow_unaligned_memory_accesses: bool,
) -> WasmResult<Reachability<()>>Expand description
Translate a load instruction.
Returns the execution state’s reachability after the load is translated.