Function wasmedge_sys::ffi::WasmEdge_GlobalTypeGetValType
source · pub unsafe extern "C" fn WasmEdge_GlobalTypeGetValType(
Cxt: *const WasmEdge_GlobalTypeContext
) -> WasmEdge_ValType
Expand description
Get the value type from a global type.
\param Cxt the WasmEdge_GlobalTypeContext.
\returns the value type of the global type.