Function wasmtime_c_api::wasmtime_module_new

source ·
#[no_mangle]
pub unsafe extern "C" fn wasmtime_module_new(
    engine: &wasm_engine_t,
    wasm: *const u8,
    len: usize,
    out: &mut *mut wasmtime_module_t
) -> Option<Box<wasmtime_error_t>>