-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add some WASM APIs #39
Conversation
- Provide metadata info in `ls` - Expose `base_history_on` function - Expose `load` function
Codecov Report
@@ Coverage Diff @@
## main #39 +/- ##
==========================================
+ Coverage 77.11% 80.07% +2.96%
==========================================
Files 17 18 +1
Lines 970 1275 +305
==========================================
+ Hits 748 1021 +273
- Misses 222 254 +32
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Thanks for tackling these problems. I have a few comments on some of type conversions. They are just idiom nitpicks. |
Co-authored-by: appcypher <[email protected]>
Ok, should be good to go. Mind giving this another look @appcypher? I don't really like the |
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.
ls
base_history_on
functionload
functionFixes #34