mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
feat(compiler) Simplify wasmparser re-export.
This commit is contained in:
@@ -94,9 +94,7 @@ pub use wasm_common::Features;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
/// wasmparser is exported as a module to slim compiler dependencies
|
||||
pub mod wasmparser {
|
||||
pub use wasmparser::*;
|
||||
}
|
||||
pub use wasmparser;
|
||||
|
||||
/// Offset in bytes from the beginning of the function.
|
||||
pub type CodeOffset = u32;
|
||||
|
||||
Reference in New Issue
Block a user