wasmtime_memory_new

Function wasmtime_memory_new 

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