[−][src]Function wasmer_runtime_c_api::instance::wasmer_instance_context_memory
#[no_mangle] pub extern "C" fn wasmer_instance_context_memory(
ctx: *const wasmer_instance_context_t,
_memory_idx: u32
) -> *const wasmer_memory_t
Gets the memory within the context at the index memory_idx
.
The index is always 0 until multiple memories are supported.