fix: chunked processing (partly)

This commit is contained in:
Samuel 2024-12-24 12:16:15 +01:00
parent a581e2326b
commit b3e3eb7270
10 changed files with 758 additions and 108 deletions

View file

@ -21,6 +21,7 @@ serde_json = "1.0"
prost = "0.11"
prost-types = "0.11"
serde_bytes = "0.11.15"
console_error_panic_hook = "0.1.7"
[build-dependencies]
prost-build = "0.11"