pub fn find_split_points_legacy(
info: &ModuleInfo<'_>,
) -> Result<Vec<SplitPoint>>Expand description
Search for wasm_split_00<module_name>00_import<import_id> and wasm_split_00<module_name>00_export<export_id> functions and extract them as SplitPoints.