Function wasmtime_c_api::wasmtime_memory_new

source ·
#[no_mangle]
pub extern "C" fn wasmtime_memory_new(
    store: CStoreContextMut<'_>,
    ty: &wasm_memorytype_t,
    ret: &mut Memory
) -> Option<Box<wasmtime_error_t>>