#[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