pub fn read_section_externals(
buf: &[u8],
index: &InkbIndex,
) -> Result<Vec<ExternalFnDef>, DecodeError>Expand description
Read the externals from a complete .inkb file using its index.
pub fn read_section_externals(
buf: &[u8],
index: &InkbIndex,
) -> Result<Vec<ExternalFnDef>, DecodeError>Read the externals from a complete .inkb file using its index.