fn module_instance_id_or_global(
module_instance_id: Option<ModuleInstanceId>,
) -> ModuleInstanceIdExpand description
Helper function to retrieve the module_instance_id for modules, otherwise
return 0xff for the global namespace.
fn module_instance_id_or_global(
module_instance_id: Option<ModuleInstanceId>,
) -> ModuleInstanceIdHelper function to retrieve the module_instance_id for modules, otherwise
return 0xff for the global namespace.