wamr_sys

Function wasm_runtime_get_current_package_version

Source
pub unsafe extern "C" fn wasm_runtime_get_current_package_version(
    package_type: package_type_t,
) -> u32
Expand description

Get the currently supported version of the package type

@param package_type the package type

@return the currently supported version, or zero if package type is unknown