wasmtime_c_api

Function wasmtime_global_type

Source
#[no_mangle]
pub extern "C" fn wasmtime_global_type(
    store: WasmtimeStoreContext<'_>,
    global: &Global,
) -> Box<wasm_globaltype_t>