Skip to content

Commit 530a17f

Browse files
committed
Populate dashboard lazily; add wasm wrapper code
1 parent bffaa44 commit 530a17f

File tree

10 files changed

+477
-184
lines changed

10 files changed

+477
-184
lines changed

Cargo.lock

Lines changed: 172 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alvr/dashboard/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@ tungstenite = "0.19"
3333
ureq = { version = "2", features = ["json"] }
3434

3535
[target.'cfg(target_arch = "wasm32")'.dependencies]
36+
console_error_panic_hook = "0.1"
3637
eframe = { version = "0.22", default-features = false, features = [
3738
'glow', # currently wgpu is broken on web
3839
"default_fonts",
3940
] }
41+
ewebsock = "0.2"
42+
futures = "0.3"
43+
gloo-net = "0.2"
4044
instant = { version = "0.1", features = ["wasm-bindgen"] }
45+
wasm-bindgen-futures = "0.4"
46+
wasm-logger = "0.2"
4147

4248
[target.'cfg(windows)'.build-dependencies]
4349
winres = "0.1"

0 commit comments

Comments
 (0)