Function wasmi_context_set_data

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