#[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.
#[no_mangle]
pub extern "C" fn wasmi_context_get_data(
store: StoreContext<'_, WasmiStoreData>,
) -> *mut c_void
Returns a pointer to the foreign data of the Wasmi store context.