Move wasm diff structs to their own module.

This commit is contained in:
Tom Alexander
2023-12-27 19:15:39 -05:00
parent abfae9c6c0
commit 5a64db98fe
5 changed files with 115 additions and 108 deletions

View File

@@ -1,4 +1,5 @@
mod compare;
mod diff;
mod elisp_compare;
mod macros;
mod runner;