Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename re-exported Module to WasmModule for clarity #160

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

axic
Copy link
Member

@axic axic commented Sep 19, 2019

Fixes #159.

@@ -3,7 +3,7 @@ extern crate binaryen;
extern crate parity_wasm;
extern crate rustc_hex;

pub use parity_wasm::elements::Module;
use parity_wasm::elements::Module;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can do pub use parity_wasm::elements::Module as WasmModule if we also rename it in the rest of the codebase, which would have the side effect of making all the other code more readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants