wasmedge_sys::ffi

Function 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.