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

Expose update to allow dynamic updates on wasm #33

Merged
merged 5 commits into from
Nov 25, 2023

Conversation

dgsantana
Copy link
Contributor

This PR exposes a method to update the data, so the graphs in web frameworks like leptos can be updated in a dynamic way.

It also make the handbars template engine a optional crate for feature html, since when using wasm size matters. But to not break any previous usages, html is added to the default feature set.

Also updated outdate crates.

Copy link
Owner

@yuankunzhang yuankunzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an awesome PR, thanks.

@yuankunzhang yuankunzhang merged commit cff4950 into yuankunzhang:main Nov 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants