Function wasm_encoder::reencode::utils::parse_instruction
source ยท pub fn parse_instruction<'a, T: ?Sized + Reencode>(
reencoder: &mut T,
reader: &mut OperatorsReader<'a>,
) -> Result<Instruction<'a>, Error<T::Error>>
Expand description
Parses a single instruction from reader
and adds it to function
.