wasmer::wasm_c_api::engine

Function wasm_engine_new_with_config

Source
#[no_mangle]
pub extern "C" fn wasm_engine_new_with_config(
    config: Option<Box<wasm_config_t>>,
) -> Option<Box<wasm_engine_t>>
Expand description

Creates an engine with a particular configuration.

ยงExample

See wasm_config_new.

cbindgen:ignore