Skip to content

Commit

Permalink
Merge #2476
Browse files Browse the repository at this point in the history
2476: Simplified Compiler r=Hywan a=syrusakbary

<!-- 
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests

-->

# Description

After #2460, I realized there can be some code that is simplified.

<!-- 
Provide details regarding the change including motivation,
links to related issues, and the context of the PR.
-->

# Review

- [ ] Add a short description of the change to the CHANGELOG.md file


Co-authored-by: Syrus Akbary <[email protected]>
  • Loading branch information
bors[bot] and syrusakbary authored Jul 20, 2021
2 parents 28079d8 + 92f8141 commit da57091
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 125 deletions.
4 changes: 2 additions & 2 deletions lib/compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ pub use crate::target::{
#[cfg(feature = "translator")]
pub use crate::translator::{
translate_module, wptype_to_type, FunctionBinaryReader, FunctionBodyData, FunctionMiddleware,
MiddlewareBinaryReader, MiddlewareReaderState, ModuleEnvironment, ModuleInfoTranslation,
ModuleMiddleware, ModuleMiddlewareChain, ModuleTranslationState,
MiddlewareBinaryReader, MiddlewareReaderState, ModuleEnvironment, ModuleMiddleware,
ModuleMiddlewareChain, ModuleTranslationState,
};
pub use crate::trap::TrapInformation;
pub use crate::unwind::CompiledFunctionUnwindInfo;
Expand Down
Loading

0 comments on commit da57091

Please sign in to comment.