Skip to content

Commit

Permalink
Merge pull request #588 from dhardy/wasm
Browse files Browse the repository at this point in the history
Fix wasm-bindgen build
  • Loading branch information
dhardy authored Aug 14, 2018
2 parents 0671cf8 + 3286a8b commit c900945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
#![cfg_attr(all(feature="simd_support", feature="nightly"), feature(stdsimd))]
#![cfg_attr(feature = "stdweb", recursion_limit="128")]
#![cfg_attr(feature = "wasm-bindgen", feature(use_extern_macros))]
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_import_module))]

#[cfg(feature = "std")] extern crate core;
#[cfg(all(feature = "alloc", not(feature="std")))] #[macro_use] extern crate alloc;
Expand Down

0 comments on commit c900945

Please sign in to comment.