Function wasmtime_c_api::wasm_module_obtain

source ·
#[no_mangle]
pub unsafe extern "C" fn wasm_module_obtain(
    store: &mut wasm_store_t,
    shared_module: &wasm_shared_module_t
) -> Option<Box<wasm_module_t>>