Make build and tests pass again by skipping emscripten

This commit is contained in:
Syrus
2019-01-17 17:43:58 -08:00
parent f5ab605878
commit 620f40c144
6 changed files with 49 additions and 60 deletions

View File

@ -8,10 +8,10 @@ extern crate libc;
extern crate region;
extern crate structopt;
extern crate wabt;
extern crate wasmparser;
extern crate wasmer_clif_backend;
extern crate wasmer_runtime;
extern crate wasmer_emscripten;
extern crate wasmparser;
// extern crate wasmer_emscripten;
#[macro_use]
extern crate target_lexicon;
extern crate byteorder;