mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Make build and tests pass again by skipping emscripten
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user