wamr_sys

Function wasm_runtime_is_xip_file

Source
pub unsafe extern "C" fn wasm_runtime_is_xip_file(
    buf: *const u8,
    size: u32,
) -> bool
Expand description

Check whether a file is an AOT XIP (Execution In Place) file

@param buf the package buffer @param size the package buffer size

@return true if success, false otherwise