web: prototype websocket client

This commit is contained in:
2025-04-14 10:32:17 -07:00
parent b11f6b5149
commit 638d55a36c
4 changed files with 26 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ letterbox-shared = { version = "0.12.1", path = "../shared", registry = "xinu" }
letterbox-notmuch = { version = "0.12.1", path = "../notmuch", registry = "xinu" }
seed_hooks = { version = "0.4.0", registry = "xinu" }
strum_macros = "0.27.1"
wasm-sockets = "1.0.0"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']