#[unsafe(no_mangle)]pub extern "C" fn wasmi_context_set_data(
store: StoreContextMut<'_, WasmiStoreData>,
data: *mut c_void,
)Expand description
Sets the foreign data of the Wasmi store context.
#[unsafe(no_mangle)]pub extern "C" fn wasmi_context_set_data(
store: StoreContextMut<'_, WasmiStoreData>,
data: *mut c_void,
)Sets the foreign data of the Wasmi store context.