pub unsafe extern "C" fn wasm_runtime_get_module_package_version(
module: wasm_module_t,
) -> u32
Expand description
Get the package version of a module
@param module the module
@return the package version, or zero if version is unknown
pub unsafe extern "C" fn wasm_runtime_get_module_package_version(
module: wasm_module_t,
) -> u32
Get the package version of a module
@param module the module
@return the package version, or zero if version is unknown