WVR_GetWaveRuntimeVersion

WVR_EXPORT uint32_t WVR_GetWaveRuntimeVersion()

Get the runtime version.

Return
refer the runtime version, equal 0 is error

How to use

Here is an example for the function:

#include <wvr/wvr.h>

uint32_t version;
version = WVR_GetWaveRuntimeVersion();