fix(c-api) Fix merge conflict.

This commit is contained in:
Ivan Enderlin
2021-03-01 16:44:04 +01:00
parent 0f43391b78
commit db4286d576

View File

@@ -113,7 +113,6 @@ pub struct wasm_config_t {
engine: wasmer_engine_t,
#[cfg(feature = "compiler")]
compiler: wasmer_compiler_t,
pub(super) target: Option<Box<wasm_target_t>>,
#[cfg(feature = "middlewares")]
pub(super) middlewares: Vec<wasmer_module_middleware_t>,
pub(super) target: Option<Box<wasmer_target_t>>,