Add render time to footer.

This commit is contained in:
2023-02-28 19:06:07 -08:00
parent d8275debdc
commit 369e88880a
4 changed files with 102 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ serde = { version = "1.0.147", features = ["derive"] }
notmuch = {path = "../notmuch"}
itertools = "0.10.5"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
wasm-timer = "0.2.5"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']