Remove the DataContext wrapper around DataDescription (#6170)
* Remove the DataContext wrapper around DataDescription It doesn't have much of a purpose while making it harder to for example rewrite the function and data object declarations within it as is necessary for deserializing a serialized module. * Derive Debug for DataDescription
This commit is contained in:
@@ -40,7 +40,7 @@ mod data_context;
|
||||
mod module;
|
||||
mod traps;
|
||||
|
||||
pub use crate::data_context::{DataContext, DataDescription, Init};
|
||||
pub use crate::data_context::{DataDescription, Init};
|
||||
pub use crate::module::{
|
||||
DataDeclaration, DataId, FuncId, FuncOrDataId, FunctionDeclaration, Linkage, Module,
|
||||
ModuleCompiledFunction, ModuleDeclarations, ModuleError, ModuleExtName, ModuleReloc,
|
||||
|
||||
Reference in New Issue
Block a user