first round of code refactoring

This commit is contained in:
gl
2024-10-02 14:46:29 +02:00
parent 8c73c482a7
commit 42fc72db15
2 changed files with 2183 additions and 590 deletions

View File

@ -27,6 +27,7 @@ flate2 = "1.0"
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
base64 = "0.22.1"
memchr = "2.7.4"
[dev-dependencies]
wasm-bindgen-test = "0.3.34"

File diff suppressed because one or more lines are too long