pub fn new_function_with_parsed_locals<T: ?Sized + Reencode>(
reencoder: &mut T,
func: &FunctionBody<'_>,
) -> Result<Function, Error<T::Error>>
Available on crate feature
wasmparser
only.Expand description
Create a new crate::Function
by parsing the locals declarations from the
provided wasmparser::FunctionBody
.