Function wasmtime_runtime::libcalls::wasmtime_memory_fill
source · [−]pub unsafe extern "C" fn wasmtime_memory_fill(
vmctx: *mut VMContext,
memory_index: u32,
dst: u32,
val: u32,
len: u32
)
Expand description
Implementation of memory.fill
for locally defined memories.