Function wasm_encoder::reencode::utils::parse_instruction

source ยท
pub fn parse_instruction<T: ?Sized + Reencode>(
    reencoder: &mut T,
    function: &mut Function,
    reader: &mut OperatorsReader<'_>,
) -> Result<(), Error<T::Error>>
Available on crate feature wasmparser only.
Expand description

Parses a single instruction from reader and adds it to function.