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

Wasm small improvements #70

Closed
Dimchikkk opened this issue Apr 22, 2023 · 2 comments
Closed

Wasm small improvements #70

Dimchikkk opened this issue Apr 22, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers wasm

Comments

@Dimchikkk
Copy link
Owner

Dimchikkk commented Apr 22, 2023

  • currently velo uses localStorage on wasm target that is very limited in size (it may change in the future if bevy-pkv will have indexeddb backend option for wasm target), let's add button that clears localStorage velo data
  • currently "Export To File" button is disabled for wasm, let's have similar button but store document on global js object that can be easily accessed in console. Fixed by Window velo #75
@Dimchikkk Dimchikkk added wasm enhancement New feature or request good first issue Good for newcomers labels Apr 22, 2023
@Dimchikkk
Copy link
Owner Author

Improvement for the second point would be saving document to file rather than to window.velo object.

@Dimchikkk
Copy link
Owner Author

This can be re-opened if someone wants to work on it.
This is partially done, localStorage can be cleared manually in Console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers wasm
Projects
None yet
Development

No branches or pull requests

1 participant