Outline for the wasm compare function.

This commit is contained in:
Tom Alexander
2023-12-26 18:55:28 -05:00
parent 9a13cb72c6
commit 68ccff74fa
6 changed files with 55 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ mod macros;
mod parse;
mod sexp;
mod util;
pub(crate) use compare::print_versions;
pub use compare::run_anonymous_compare;
pub use compare::run_anonymous_compare_with_settings;
pub use compare::run_compare_on_file;