wasmer_vm::libcallsFunction wasmer_vm_imported_memory32_size
Source #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_imported_memory32_size(
vmctx: *mut VMContext,
memory_index: u32,
) -> u32
Expand description
Implementation of memory.size for imported 32-bit memories.
ยงSafety
vmctx
must be dereferenceable.