-
Notifications
You must be signed in to change notification settings - Fork 34
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
rust: add example code and mention in the readme #724
Conversation
Codecov Report
@@ Coverage Diff @@
## master #724 +/- ##
=======================================
Coverage 99.34% 99.34%
=======================================
Files 73 73
Lines 11125 11125
=======================================
Hits 11052 11052
Misses 73 73
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Not sure why there is a double free,
|
Previous issue fixed by #725. |
@@ -14,7 +14,7 @@ Fizzy aims to be a fast, deterministic, and pedantic WebAssembly interpreter wri | |||
|
|||
I) Code quality | |||
- [x] Clean and modern C++17 codebase without external dependencies | |||
- [ ] Easily embeddable (*and take part of the standardisation of the "C/C++ embedding API"*) | |||
- [x] Easily embeddable (*and take part of the standardisation of the "C/C++ embedding API"*) |
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.
I think the public C API we have accomplishes this goal already.
Looks fine, but CI failed. |
Because |
4726db3
to
3af0cfc
Compare
This is what the documentation looks like: