wasmi_c_api

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.