Skip to main content

wasmModuleGetGlobalType

Function wasmModuleGetGlobalType 

Source
pub unsafe extern "C" fn wasmModuleGetGlobalType(
    module: *const WasmModule,
    globalIndex: U32,
    result: *mut WasmValueType,
) -> bool