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

Remove dependency on parity_wasm from chisel CLI #159

Merged
merged 3 commits into from
Sep 19, 2019
Merged

Conversation

axic
Copy link
Member

@axic axic commented Sep 19, 2019

Follow up of #154. Also rolls back #150.

@axic axic force-pushed the opaque-module branch 2 times, most recently from 5ffe604 to c6b402c Compare September 19, 2019 19:18
@axic axic requested a review from jakelang September 19, 2019 19:21
chisel/src/main.rs Outdated Show resolved Hide resolved
@@ -3,7 +3,7 @@ extern crate binaryen;
extern crate parity_wasm;
extern crate rustc_hex;

use parity_wasm::elements::Module;
pub 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.

Not needed yet, but perhaps we could benefit from a prelude of sorts containing re-exports and the like.

@axic axic merged commit 0eda9f7 into master Sep 19, 2019
@axic axic deleted the opaque-module branch September 19, 2019 19:51
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