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