Function wasmer_vm_near::libcalls::wasmer_memory32_size[][src]

pub unsafe extern "C" fn wasmer_memory32_size(
    vmctx: *mut VMContext,
    memory_index: u32
) -> u32

Implementation of memory.size for locally-defined 32-bit memories.

Safety

vmctx must be valid and not null.