mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
fix(c-api) Fix merge conflict.
This commit is contained in:
@@ -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>>,
|
||||
|
||||
Reference in New Issue
Block a user