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

@@ -10,7 +10,7 @@ mod code;
mod comment;
mod comment_block;
#[cfg(feature = "wasm_test")]
mod compare;
pub(crate) mod compare;
mod diary_sexp;
mod document;
mod drawer;