Fix imports for wasm.

This commit is contained in:
Tom Alexander
2023-12-27 08:49:34 -05:00
parent c717541099
commit 55ad136283
4 changed files with 7 additions and 8 deletions

View File

@@ -12,6 +12,8 @@ extern crate test;
pub mod compare;
#[cfg(any(feature = "compare", feature = "wasm_test"))]
pub mod util;
#[cfg(any(feature = "wasm", feature = "wasm_test"))]
pub mod wasm;
#[cfg(feature = "wasm_test")]
pub mod wasm_test;