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

Fixed Webpack configuration for Node Auto-Reload for the React App #2

Merged
merged 7 commits into from
Nov 13, 2019

Conversation

kurbaniec
Copy link
Contributor

Also big changes were made to the client-backend.
Saving and querying is possible now through the WebAssembly module with the help of PouchDB.

kurbaniec and others added 7 commits October 24, 2019 16:08
Merge client-gui to master
Added `crypto` module in Rust section for encryption/decryption library for WebAssembly
Refactored WebAssembly Worker code:
* Instead of consuming the Worker struct and returning it afterwards, a simple instance method is used, that creates first JsFutures from asynchronous functions and runs them in an return Promise wie the `future_to_promise` function
* Removed attribute `output` because all the functions now directly return the result when the promise is resolved
@kurbaniec kurbaniec merged commit c1769c3 into client-gui Nov 13, 2019
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.

1 participant