feat(compiler) Simplify wasmparser re-export.

This commit is contained in:
Ivan Enderlin
2020-05-25 11:15:21 +02:00
parent 17908b6b45
commit e3899045a1

View File

@@ -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;