pub unsafe extern "C" fn WasmEdge_VersionGet() -> *const c_char
Expand description

Get the version string of the WasmEdge C API.

The returned string must NOT be destroyed.

\returns NULL-terminated C string of version.