web: plumb websocket messages through to UI

This commit is contained in:
2025-04-15 10:41:51 -07:00
parent f2042f284e
commit 30f3f14040
3 changed files with 35 additions and 28 deletions

View File

@@ -2,6 +2,8 @@
// - it's useful when you want to check your code with `cargo make verify`
// but some rules are too "annoying" or are not applicable for your case.)
#![allow(clippy::wildcard_imports)]
// Until https://github.com/rust-lang/rust/issues/138762 is addressed in dependencies
#![allow(wasm_c_abi)]
use log::Level;
use seed::App;