Function wasmtime_c_api::wasm_module_deserialize

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