mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Move ModuleInfo to wasmer-types
This commit is contained in:
@@ -28,7 +28,6 @@ mod imports;
|
||||
mod instance;
|
||||
mod memory;
|
||||
mod mmap;
|
||||
mod module;
|
||||
mod probestack;
|
||||
mod sig_registry;
|
||||
mod table;
|
||||
@@ -48,7 +47,6 @@ pub use crate::instance::{
|
||||
};
|
||||
pub use crate::memory::{LinearMemory, Memory, MemoryError, MemoryStyle};
|
||||
pub use crate::mmap::Mmap;
|
||||
pub use crate::module::{ExportsIterator, ImportsIterator, ModuleInfo};
|
||||
pub use crate::probestack::PROBESTACK;
|
||||
pub use crate::sig_registry::SignatureRegistry;
|
||||
pub use crate::table::{LinearTable, Table, TableElement, TableStyle};
|
||||
|
||||
Reference in New Issue
Block a user