Skip to content

Commit

Permalink
Fix wasm-bindgen feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Jul 18, 2018
1 parent d625b18 commit d148bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -230,7 +230,7 @@
#![cfg_attr(all(feature="i128_support", feature="nightly"), feature(i128_type, i128))]
#![cfg_attr(all(feature="simd_support", feature="nightly"), feature(stdsimd))]
#![cfg_attr(feature = "stdweb", recursion_limit="128")]
#![cfg_attr(feature = "wasm-bindgen", feature(proc_macro))]
#![cfg_attr(feature = "wasm-bindgen", feature(use_extern_macros))]
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_import_module))]
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_custom_section))]

Expand Down

0 comments on commit d148bf5

Please sign in to comment.