Skip to content

Commit

Permalink
remove unused wee_alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Feb 12, 2025
1 parent a8616f9 commit da6d992
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/src/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// When the `wee_alloc` feature is enabled, use `wee_alloc` as the global
// allocator.
#[cfg(feature = "wee_alloc")]
#[global_allocator]
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;

use needletail::parse_fastx_reader;
use wasm_bindgen::prelude::*;

Expand Down

0 comments on commit da6d992

Please sign in to comment.