-
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
Mummur: initial murmur-core and murmur-cli implementations [2][4] #5
Conversation
…tion, create functions that will work work to wrap with wasm_bindgen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the many (but trivial) requests, there are a few things that can be addressed:
- Link task for error handling
- Link task for zeroize
Things that need to be done in this PR: - remove compile warnings
- clippy + formatting
- tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good, still a few comments from the last review not addressed
…ons-that-interact-with-murmur-core feat: create a murmur lib for create and prepare_execute
Closes #2
Closes #4