Function wasmer_vm::libcalls::wasmer_vm_externref_inc
source · [−]#[no_mangle]
pub unsafe extern "C" fn wasmer_vm_externref_inc(
externref: VMExternRef
)
Expand description
Implementation of externref increment
Safety
vmctx
must be dereferenceable.
This function must only be called at precise locations to prevent memory leaks.