wasmi_c_api

Function wasmi_context_get_data

source
#[no_mangle]
pub extern "C" fn wasmi_context_get_data(
    store: StoreContext<'_, WasmiStoreData>,
) -> *mut c_void
Expand description

Returns a pointer to the foreign data of the Wasmi store context.