mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
compiler: move Symbol, SymbolRegistry to wasmer-types
This commit is contained in:
@@ -70,7 +70,7 @@ mod compiler;
|
||||
#[macro_use]
|
||||
mod translator;
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::compiler::{Compiler, CompilerConfig, Symbol, SymbolRegistry};
|
||||
pub use crate::compiler::{Compiler, CompilerConfig};
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::translator::{
|
||||
from_binaryreadererror_wasmerror, translate_module, wptype_to_type, FunctionBinaryReader,
|
||||
|
||||
Reference in New Issue
Block a user