-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Compile error] - Uploading files in WASM #6
Comments
The code with the issue can be found here: src/window.rs#L222 |
That code is based on the rfd example |
A new attempt has been done in commit 17c351a1ced79f, with the functionality to download a modified file. However, I cannot make it upload files because the function needs to be asynchronous, which makes the |
* Fix loading a file * Fixes loading in wasm, adds downloading files (fixes issue #6)
Closed by #36 |
* Fixes issue #30 * Adds code for right-click menu for TextEdit Does not work because TextEdit lacks Sense(click) Thought for issue #32 * Add tooltip for issue #31 * Fix wasm I/O (#36) * Fix loading a file * Fixes loading in wasm, adds downloading files (fixes issue #6) * Final touches for config. Closes #34 * Add survey, closes #35 * Add reset config if incompatible * Update changelog
It gives the following error:
The text was updated successfully, but these errors were encountered: