mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
fix(c-api) wasmer_module_middleware_t is an opaque type.
This commit is contained in:
@@ -98,7 +98,6 @@ impl Default for wasmer_engine_t {
|
||||
///
|
||||
#[cfg(feature = "middlewares")]
|
||||
#[derive(Debug)]
|
||||
#[repr(C)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub struct wasmer_module_middleware_t {
|
||||
pub(super) inner: Arc<dyn ModuleMiddleware>,
|
||||
|
||||
Reference in New Issue
Block a user