[][src]Function wasmer_runtime_c_api::instance::wasmer_instance_context_data_set

#[no_mangle]
pub extern "C" fn wasmer_instance_context_data_set(
    instance: *mut wasmer_instance_t,
    data_ptr: *mut c_void
)

Sets the data field of the instance context. This context will be passed to all imported function for instance.