Skip to content

Commit

Permalink
Ignore distributed storage when targetting wasm32
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed May 14, 2024
1 parent 33d9762 commit ef137fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions limitador/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use thiserror::Error;

#[cfg(feature = "disk_storage")]
pub mod disk;
#[cfg(not(target_arch = "wasm32"))]
pub mod distributed;
pub mod in_memory;
pub mod wasm;
Expand Down

0 comments on commit ef137fc

Please sign in to comment.