#[no_mangle]
pub unsafe extern "C" fn wasmer_version_minor() -> u8
Expand description
Get the minor version of the Wasmer C API.
See wasmer_version_major
to learn more and get an example.
#[no_mangle]
pub unsafe extern "C" fn wasmer_version_minor() -> u8
Get the minor version of the Wasmer C API.
See wasmer_version_major
to learn more and get an example.