Skip to main content

runtime_module_get_generated_code

Function runtime_module_get_generated_code 

Source
pub async fn runtime_module_get_generated_code(
    module: &dyn RuntimeModule,
    common: &RuntimeModuleCommon,
    compilation: &Compilation,
) -> Result<Arc<dyn Source>>