Skip to main content

decode_wasm_functions

Function decode_wasm_functions 

Source
pub fn decode_wasm_functions(wasm_bytes: &[u8]) -> Result<Vec<FunctionOps>>
Expand description

Decode a WASM binary and extract all function bodies as WasmOp sequences