[][src]Function wasmer_runtime_c_api::import::wasmer_wasi_get_version

#[no_mangle]
pub unsafe extern "C" fn wasmer_wasi_get_version(
    module: *const wasmer_module_t
) -> Version

Find the version of WASI used by the module.

In case of error, the returned version is Version::Unknown.