pub unsafe extern "C" fn wasm_runtime_get_module_package_type(
module: wasm_module_t,
) -> package_type_t
Expand description
Get the package type of a module.
@param module the module
@return the package type, return Package_Type_Unknown if the type is unknown