WASM crate import depends on the presence of the wasm
feature
This commit is contained in:
parent
2973df573a
commit
a025c59d84
1 changed files with 4 additions and 0 deletions
|
@ -9,10 +9,14 @@ extern crate serde_json;
|
|||
extern crate serde_derive;
|
||||
extern crate bimap;
|
||||
extern crate bincode;
|
||||
#[cfg(feature = "wasm")]
|
||||
extern crate parity_wasm;
|
||||
extern crate regex;
|
||||
#[cfg(feature = "wasm")]
|
||||
extern crate rustc_hex;
|
||||
#[cfg(feature = "wasm")]
|
||||
extern crate serde_bytes;
|
||||
#[cfg(feature = "wasm")]
|
||||
extern crate wasmi;
|
||||
extern crate zokrates_field;
|
||||
|
||||
|
|
Loading…
Reference in a new issue