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.