[][src]Function wamr_sys::wasm_runtime_addr_app_to_native

pub unsafe extern "C" fn wasm_runtime_addr_app_to_native(
    module_inst: wasm_module_inst_t,
    app_offset: u32
) -> *mut c_void

Convert app address(relative address) to native address(absolute address)

@param module_inst the WASM module instance @param app_offset the app adress

@return the native address converted