Unify pwasm-utils and pwasm-utils-cli packet

This commit is contained in:
Alexander Theißen
2020-10-21 20:24:49 +02:00
parent af761da031
commit f05f43b883
17 changed files with 72 additions and 93 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
extern crate parity_wasm;
extern crate pwasm_utils as utils;
extern crate pwasm_utils_cli as logger;
use pwasm_utils::logger;
extern crate clap;
use clap::{App, Arg};
@@ -40,7 +40,7 @@ const ALLOWED_IMPORTS: &[&str] = &[
];
fn main() {
logger::init_log();
logger::init();
let matches = App::new("wasm-check")
.arg(Arg::with_name("input")