Function wasmtime_c_api::wasm_engine_new_with_config

source ยท
#[no_mangle]
pub extern "C" fn wasm_engine_new_with_config(
    c: Box<wasm_config_t>,
) -> Box<wasm_engine_t>