a unit test for merge_prof

This commit is contained in:
akvlad
2024-09-18 01:13:06 +03:00
parent 8c73c482a7
commit 07188d6d19
2 changed files with 1779 additions and 0 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