pub fn get_function_table_entry(
module: &Module,
idx: u32,
) -> Result<FunctionTableEntry>
Expand description
Looks up a function table entry by index in the main function table.
pub fn get_function_table_entry(
module: &Module,
idx: u32,
) -> Result<FunctionTableEntry>
Looks up a function table entry by index in the main function table.