-
Notifications
You must be signed in to change notification settings - Fork 5
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
Constants for WASM parsing and sample counter contract #56
Conversation
0320c44
to
c80cec5
Compare
c80cec5
to
c9a471f
Compare
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 good! Thanks for this work! I found a couple minor typos (many of them my own) and I added suggestions for all of them, I believe. Anyway, could you double-check my suggested edits and see that you agree? Thanks!
Co-authored-by: Stephen Skeirik <[email protected]>
Co-authored-by: Stephen Skeirik <[email protected]>
Co-authored-by: Stephen Skeirik <[email protected]>
This file defines a Wasm binary parser based on this | ||
[spec](https://webassembly.github.io/spec/core/binary/index.html). | ||
To begin, we define constant macros which drive the parser process. | ||
|
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.
```k | |
Maybe this would work | |
``` |
No description provided.