pub unsafe extern "C" fn WasmEdge_GlobalInstanceGetValue(
    Cxt: *const WasmEdge_GlobalInstanceContext
) -> WasmEdge_Value
Expand description

Get the value from a global instance.

\param Cxt the WasmEdge_GlobalInstanceContext.

\returns the current value of the global instance.