wasmi_store_context

Function wasmi_store_context 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmi_store_context( store: &mut wasmi_store_t, ) -> StoreContextMut<'_, WasmiStoreData>
Expand description

Returns mutable access to the store context of the wasmi_store_t.

Wraps wasmi::AsContext.

ยงSafety

It is the callers responsibility to provide a valid self.