Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 17, 2018
1 parent 015fd36 commit 6b1cf9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ needletail = { version = "~0.1.4", optional = true }
ordslice = "0.3.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.2"
serde_json = "1.0"

#TODO: wasm-pack can't check optionals or this kind of config yet...
# [target. 'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
[dependencies.wasm-bindgen]
version = "^0.2"
features = ["serde-serialize"]
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#![cfg_attr(
target_arch = "wasm32",
feature(use_extern_macros, wasm_custom_section, wasm_import_module)
)]
#![cfg_attr(target_arch = "wasm32", feature(use_extern_macros))]

extern crate backtrace;
#[macro_use]
Expand Down

0 comments on commit 6b1cf9c

Please sign in to comment.