cranelift-wasm: Remove ModuleTranslationState (#5365)
* cranelift-wasm: Remove `ModuleTranslationState` We were putting data into it, but never reading data out of it. Can be removed. * cranelift-wasm: move `funct_state.rs` sub module to `state.rs` Since it is the only submodule of `state` it can just be the whole `state` module.
This commit is contained in:
@@ -61,8 +61,7 @@ pub use crate::environ::{
|
||||
};
|
||||
pub use crate::func_translator::FuncTranslator;
|
||||
pub use crate::module_translator::translate_module;
|
||||
pub use crate::state::func_state::FuncTranslationState;
|
||||
pub use crate::state::module_state::ModuleTranslationState;
|
||||
pub use crate::state::FuncTranslationState;
|
||||
pub use crate::translation_utils::*;
|
||||
pub use cranelift_frontend::FunctionBuilder;
|
||||
pub use wasmtime_types::*;
|
||||
|
||||
Reference in New Issue
Block a user