wamr_sys

Function wasm_runtime_get_pgo_prof_data_size

Source
pub unsafe extern "C" fn wasm_runtime_get_pgo_prof_data_size(
    module_inst: wasm_module_inst_t,
) -> u32
Expand description

Get the size required to store the LLVM PGO profile data

@param module_inst the WASM module instance

@return size required to store the contents, 0 means error