Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xilem_web: Add MemoizedStream view #757

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
24 changes: 24 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions xilem_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,7 @@ features = [
default = []
# This interns some often used strings, such as element tags ("div" etc.), which slightly improves performance when creating elements at the cost of a bigger wasm binary
intern_strings = ["wasm-bindgen/enable-interning"]

[dev-dependencies]
async-stream = "0.3.6"
gloo-timers = { version = "0.3.0", features = ["futures"] }
flosse marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading