Skip to content

Commit

Permalink
Upgrade yew to 0.19.3
Browse files Browse the repository at this point in the history
This caused more rewrites than I enjoyed.

Since WebSocket logic needed to change anyway, and I was exposed to
the inefficiency of converting `JsString` to Rust strings, switch
WebSocket communication to binary.
  • Loading branch information
tv42 committed Mar 22, 2022
1 parent 9dc2ef8 commit 04582ff
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 174 deletions.
141 changes: 62 additions & 79 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ gloo = "0.6.1"
js-sys = "0.3.56"
serde = "1.0.136"
wasm-bindgen = "0.2.79"
yew = "0.18.0"
yew = "0.19.3"
regex = "1.5.5"
weblog = "0.3.0"
serde_json = "1.0.79"
web-sys = "0.3.56"
Loading

0 comments on commit 04582ff

Please sign in to comment.