Function wasmtime_c_api::wasmtime_memorytype_new

source ·
#[no_mangle]
pub extern "C" fn wasmtime_memorytype_new(
    minimum: u64,
    maximum_specified: bool,
    maximum: u64,
    memory64: bool
) -> Box<wasm_memorytype_t>