wasmi_context_set_data

Function wasmi_context_set_data 

Source
#[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.