wasmtime_global_get

Function wasmtime_global_get 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_global_get( store: WasmtimeStoreContextMut<'_>, global: &Global, val: &mut MaybeUninit<wasmtime_val_t>, )