mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 13:58:38 +00:00
fix(c-api) Move the middleware API into the unstable module.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
pub mod engine;
|
||||
#[cfg(feature = "middlewares")]
|
||||
pub mod middlewares;
|
||||
pub mod module;
|
||||
pub mod target_lexicon;
|
||||
|
||||
Reference in New Issue
Block a user